From 54abf461d6b10dc270c4bb2aeac65f240ff1c5cd Mon Sep 17 00:00:00 2001 From: Tom Gundersen Date: Wed, 22 Jan 2014 14:49:24 +0100 Subject: networkd: add basic VLAN support --- man/systemd-networkd.service.xml | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) (limited to 'man/systemd-networkd.service.xml') diff --git a/man/systemd-networkd.service.xml b/man/systemd-networkd.service.xml index 57a3a7cf71..3403a7a1a7 100644 --- a/man/systemd-networkd.service.xml +++ b/man/systemd-networkd.service.xml @@ -105,11 +105,24 @@ Kind - The netdev kind. Currently, 'bridge' and 'bond' are - supported. This option is compulsory. + The netdev kind. Currently, 'bridge', 'bond' and 'vlan' + are supported. This option is compulsory. + + The [VLAN] section only applies for netdevs of kind 'vlan', + and accepts the following keys: + + + + Id + + The VLAN ID to use. This option is compulsory. + + + + Networks -- cgit v1.2.3-54-g00ecf