diff options
author | Vladimir Oltean <vladimir.oltean@nxp.com> | 2021-03-17 20:44:54 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2021-03-17 22:34:34 +0300 |
commit | cfeb961a2b5f1a7c6e0dc43a1673b28fab05baf8 (patch) | |
tree | ab5568213e3e3a7271e6dbe426c41ee285df04d5 /Documentation/networking/switchdev.rst | |
parent | f16569420d597987cca0d966809a882f04d3f465 (diff) | |
download | linux-cfeb961a2b5f1a7c6e0dc43a1673b28fab05baf8.tar.xz |
Documentation: networking: switchdev: separate bulleted items with new line
It looks like "make htmldocs" produces this warning:
Documentation/networking/switchdev.rst:482: WARNING: Unexpected indentation.
Fixes: 0f22ad45f47c ("Documentation: networking: switchdev: clarify device driver behavior")
Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Vladimir Oltean <vladimir.oltean@nxp.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'Documentation/networking/switchdev.rst')
-rw-r--r-- | Documentation/networking/switchdev.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/networking/switchdev.rst b/Documentation/networking/switchdev.rst index 1b56367d85ad..aa78102c9fab 100644 --- a/Documentation/networking/switchdev.rst +++ b/Documentation/networking/switchdev.rst @@ -479,6 +479,7 @@ is not possible. be added to a second bridge, which includes other switch ports or software interfaces. Some approaches to ensure that the forwarding domain for traffic belonging to the VLAN upper interfaces are managed properly: + * If forwarding destinations can be managed per VLAN, the hardware could be configured to map all traffic, except the packets tagged with a VID belonging to a VLAN upper interface, to an internal VID corresponding to |