1
0
mirror of https://github.com/systemd/systemd.git synced 2025-03-11 20:58:27 +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)
This commit is contained in:
andrejpodzimek 2024-12-11 12:46:43 +00:00 committed by Luca Boccassi
parent 1fd1d05392
commit ed1b804b77

View File

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