1
1
mirror of https://github.com/systemd/systemd-stable.git synced 2025-01-06 13:17:44 +03:00

Fixing VLAN ranges in man systemd.network.

Otherwise it doesn't hold that VLANs 100-400 are allowed (because 201-299 are disallowed).

(cherry picked from commit ae2f3af63962ba6e2f67cfce07c9fee61722e30e)
(cherry picked from commit 9fad72cc52bdec7f44337b1e48c23ee15fc08d77)
(cherry picked from commit 0102ff403ee230bdd7a0c2b38463d9292fb9c0ae)
This commit is contained in:
andrejpodzimek 2024-12-11 12:46:43 +00:00 committed by Luca Boccassi
parent 0aea62ba33
commit b879b06ed1

View File

@ -6081,7 +6081,7 @@ PVID=42
EgressUntagged=42
[BridgeVLAN]
VLAN=100-200
VLAN=100-299
[BridgeVLAN]
EgressUntagged=300-400</programlisting>