Lines Matching +full:self +full:- +full:working +full:- +full:mode
1 .. SPDX-License-Identifier: GPL-2.0
10 .. _dsa-config-showcases:
13 -----------------------
42 - when a DSA user interface is brought up, the conduit interface is
44 - when the conduit interface is brought down, all DSA user interfaces are
71 * lan1: 192.0.2.1/30 (192.0.2.0 - 192.0.2.3)
72 * lan2: 192.0.2.5/30 (192.0.2.4 - 192.0.2.7)
73 * lan3: 192.0.2.9/30 (192.0.2.8 - 192.0.2.11)
76 * br0: 192.0.2.129/25 (192.0.2.128 - 192.0.2.255)
79 * br0: 192.0.2.129/25 (192.0.2.128 - 192.0.2.255)
80 * wan: 192.0.2.1/30 (192.0.2.0 - 192.0.2.3)
82 .. _dsa-tagged-configuration:
85 ----------------------------------
92 .. code-block:: sh
109 .. code-block:: sh
135 .. code-block:: sh
162 .. _dsa-vlan-configuration:
165 -------------------------------------
174 .. code-block:: sh
219 .. code-block:: sh
258 .. code-block:: sh
300 ------------------------------------
305 on whether the ``self`` or ``master`` flags are being used, a ``bridge fdb
310 FDB, just the hardware one) using the ``self`` flag (which is optional and can
313 .. code-block:: sh
315 bridge fdb add dev swp0 00:01:02:03:04:05 self static
322 to the host port). Instead, all FDB entries with the ``self`` flag (implicit or
325 .. code-block:: sh
342 well as a new mode using the ``master`` flag which installs FDB entries in the
345 .. code-block:: sh
351 the ``self`` flag) has been removed. This results in the following changes:
353 .. code-block:: sh
365 flags when working with bridge FDB entries on DSA switch interfaces.
368 -----------------------------------
391 and DSA conduit will be used - the numerically first port from the firmware
404 .. code-block:: sh
407 ip -d link show dev swp0
418 ip link add bond0 type bond mode balance-xor && ip link set bond0 up
425 ip -d link show dev swp0
430 ip link add bond0 type bond mode balance-xor && ip link set bond0 up
433 ip -d link show dev swp0
449 upper interfaces (this includes LAG devices - the conduit must always be the LAG