]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
Fixing VLAN ranges in man systemd.network.
authorandrejpodzimek <andrej@podzimek.org>
Wed, 11 Dec 2024 12:46:43 +0000 (12:46 +0000)
committerLuca Boccassi <luca.boccassi@gmail.com>
Fri, 20 Dec 2024 19:43:57 +0000 (19:43 +0000)
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)

man/systemd.network.xml

index 2f9104903b08e857aa0895442d58013a208455dd..29521ff46335e9f6c8578442763a8273c89721b6 100644 (file)
@@ -6310,7 +6310,7 @@ PVID=42
 EgressUntagged=42
 
 [BridgeVLAN]
-VLAN=100-200
+VLAN=100-299
 
 [BridgeVLAN]
 EgressUntagged=300-400</programlisting>