Lines Matching +full:single +full:- +full:master
1 .. SPDX-License-Identifier: GPL-2.0
20 The switch is, if possible, configured to enable a Broadcom specific 4-bytes
30 configuration described in the :ref:`dsa-config-showcases`.
33 ----------------------------------
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`
56 single port and gateway configuration, while there is no need to add an extra
59 single port
64 .. code-block:: sh
71 # The master interface needs to be brought up before the slave ports.
89 ip link set dev wan master br0
90 ip link set dev lan1 master br0
91 ip link set dev lan2 master br0
111 .. code-block:: sh
116 # The master interface needs to be brought up before the slave ports.
132 ip link set dev wan master br0
133 ip link set dev lan1 master br0
134 ip link set dev lan2 master br0
135 ip link set eth0.1 master br0
146 .. code-block:: sh
152 # The master interface needs to be brought up before the slave ports.
169 ip link set dev wan master br0
170 ip link set eth0.1 master br0
171 ip link set dev lan1 master br0
172 ip link set dev lan2 master br0