Lines Matching +full:up +full:- +full:to
1 .. SPDX-License-Identifier: GPL-2.0
20 The switch is, if possible, configured to enable a Broadcom specific 4-bytes
21 switch tag which gets inserted by the switch for every packet forwarded to the
30 configuration described in the :ref:`dsa-config-showcases`.
33 ----------------------------------
35 The tagging based configuration is desired. It is not specific to the b53
38 See :ref:`dsa-tagged-configuration`.
41 -------------------------------------
48 The configuration slightly differ from the :ref:`dsa-vlan-configuration`.
54 In difference to the configuration described in :ref:`dsa-vlan-configuration`
55 the default VLAN 1 has to be removed from the slave interface configuration in
56 single port and gateway configuration, while there is no need to add an extra
61 The configuration can only be set up via VLAN tagging and bridge setup.
64 .. code-block:: sh
71 # The master interface needs to be brought up before the slave ports.
72 ip link set eth0 up
73 ip link set eth0.1 up
74 ip link set eth0.2 up
75 ip link set eth0.3 up
77 # bring up the slave interfaces
78 ip link set wan up
79 ip link set lan1 up
80 ip link set lan2 up
88 # add ports to bridges
104 # bring up the bridge devices
105 ip link set br0 up
111 .. code-block:: sh
116 # The master interface needs to be brought up before the slave ports.
117 ip link set eth0 up
118 ip link set eth0.1 up
120 # bring up the slave interfaces
121 ip link set wan up
122 ip link set lan1 up
123 ip link set lan2 up
131 # add ports to bridge
140 # bring up the bridge
141 ip link set dev br0 up
146 .. code-block:: sh
152 # The master interface needs to be brought up before the slave ports.
153 ip link set eth0 up
154 ip link set eth0.1 up
155 ip link set eth0.2 up
157 # bring up the slave interfaces
158 ip link set wan up
159 ip link set lan1 up
160 ip link set lan2 up
168 # add ports to bridges
182 # bring up the bridge devices
183 ip link set br0 up