Lines Matching full:up
37 The user interfaces depend on the conduit interface being up in order for them
42 - when a DSA user interface is brought up, the conduit interface is
43 automatically brought up.
100 # brought up manually before the user ports.
101 ip link set eth0 up
103 # bring up the user interfaces
104 ip link set lan1 up
105 ip link set lan2 up
106 ip link set lan3 up
112 # brought up manually before the user ports.
113 ip link set eth0 up
115 # bring up the user interfaces
116 ip link set lan1 up
117 ip link set lan2 up
118 ip link set lan3 up
131 # bring up the bridge
132 ip link set dev br0 up
138 # brought up manually before the user ports.
139 ip link set eth0 up
141 # bring up the user interfaces
142 ip link set wan up
143 ip link set lan1 up
144 ip link set lan2 up
159 # bring up the bridge
160 ip link set dev br0 up
172 The configuration can only be set up via VLAN tagging and bridge setup.
182 # brought up manually before the user ports.
183 ip link set eth0 up
184 ip link set eth0.1 up
185 ip link set eth0.2 up
186 ip link set eth0.3 up
188 # bring up the user interfaces
189 ip link set lan1 up
190 ip link set lan2 up
191 ip link set lan3 up
214 # bring up the bridge devices
215 ip link set br0 up
225 # brought up manually before the user ports.
226 ip link set eth0 up
227 ip link set eth0.1 up
229 # bring up the user interfaces
230 ip link set lan1 up
231 ip link set lan2 up
232 ip link set lan3 up
254 # bring up the bridge
255 ip link set dev br0 up
265 # brought up manually before the user ports.
266 ip link set eth0 up
267 ip link set eth0.1 up
268 ip link set eth0.2 up
270 # bring up the user interfaces
271 ip link set wan up
272 ip link set lan1 up
273 ip link set lan2 up
296 # bring up the bridge devices
297 ip link set br0 up
308 Up until kernel v4.14, DSA only supported user space management of bridge FDB
392 description which has an ``ethernet`` property. It is up to the user to
418 ip link add bond0 type bond mode balance-xor && ip link set bond0 up
430 ip link add bond0 type bond mode balance-xor && ip link set bond0 up