From 672682a6b9d6fb6a3722c3fea1a93b4831747b54 Mon Sep 17 00:00:00 2001 From: Tom Gundersen Date: Mon, 10 Feb 2014 18:41:54 +0100 Subject: networkd: VLAN - allow multiple vlans to be created on a link Also limit the range of vlan ids. Other implementations and documentation use the ranges {0,1}-{4094,4095}, but we use the one accepted by the kernel: 0-4094. Reported-by: Oleksii Shevchuk --- man/systemd-networkd.service.xml | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) (limited to 'man/systemd-networkd.service.xml') diff --git a/man/systemd-networkd.service.xml b/man/systemd-networkd.service.xml index e5499d66d7..1b1ea4c5fe 100644 --- a/man/systemd-networkd.service.xml +++ b/man/systemd-networkd.service.xml @@ -118,7 +118,8 @@ Id - The VLAN ID to use. This option is compulsory. + The VLAN ID to use. An integer in the range 0-4094. + This option is compulsory. @@ -223,13 +224,20 @@ Bridge - The name of the bridge to add the configured link to. + The name of the bridge to add the link to. Bond - The name of the bond to add the configured link to. + The name of the bond to add the link to. + + + + VLAN + + The name of a VLAN to create on the link. This option + may be specified more than once. -- cgit v1.2.3-54-g00ecf