summaryrefslogtreecommitdiffstats
path: root/docs/examples/vlan-dhcp
diff options
context:
space:
mode:
Diffstat (limited to 'docs/examples/vlan-dhcp')
-rw-r--r--docs/examples/vlan-dhcp11
1 files changed, 6 insertions, 5 deletions
diff --git a/docs/examples/vlan-dhcp b/docs/examples/vlan-dhcp
index 8c6ad23..c412618 100644
--- a/docs/examples/vlan-dhcp
+++ b/docs/examples/vlan-dhcp
@@ -1,5 +1,6 @@
-INTERFACE="eth0.55"
-VLAN_PHYS_DEV="eth0"
-VLAN_ID="55"
-CONNECTION="vlan"
-IP="dhcp"
+Interface=eth0.55
+Connection=vlan
+# The variable name is plural, but needs precisely one interface
+BindsToInterfaces=eth0
+VLANID=55
+IP=dhcp