summaryrefslogtreecommitdiffstats
path: root/docs/examples/macvlan-dhcp
diff options
context:
space:
mode:
Diffstat (limited to 'docs/examples/macvlan-dhcp')
-rw-r--r--docs/examples/macvlan-dhcp10
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/examples/macvlan-dhcp b/docs/examples/macvlan-dhcp
new file mode 100644
index 0000000..cacbc68
--- /dev/null
+++ b/docs/examples/macvlan-dhcp
@@ -0,0 +1,10 @@
+Description='Virtual LAN with a static MAC on interface eth0 using DHCP'
+Interface=mac0
+Connection=macvlan
+# The variable name is plural, but needs precisely one interface
+BindsToInterfaces=eth0
+# MACVAN Mode
+Mode="bride"
+# Optional static MAC Address for MACVLAN interface
+MACAddress="12:34:56:78:9a:bc"
+IP=dhcp