]> 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)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Wed, 11 Dec 2024 18:52:00 +0000 (03:52 +0900)
Otherwise it doesn't hold that VLANs 100-400 are allowed (because 201-299 are disallowed).

man/systemd.network.xml

index 9d8dcba509c80fb34ae080b4722dfb8f0b978c9a..32cfb207e0ec89185753738a80cd77246a69a359 100644 (file)
@@ -6431,7 +6431,7 @@ PVID=42
 EgressUntagged=42
 
 [BridgeVLAN]
-VLAN=100-200
+VLAN=100-299
 
 [BridgeVLAN]
 EgressUntagged=300-400</programlisting>