summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--docs/examples/macvlan-dhcp2
-rw-r--r--docs/examples/macvlan-static2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/examples/macvlan-dhcp b/docs/examples/macvlan-dhcp
index cacbc68..94955e4 100644
--- a/docs/examples/macvlan-dhcp
+++ b/docs/examples/macvlan-dhcp
@@ -3,7 +3,7 @@ Interface=mac0
Connection=macvlan
# The variable name is plural, but needs precisely one interface
BindsToInterfaces=eth0
-# MACVAN Mode
+# MACVLAN Mode
Mode="bride"
# Optional static MAC Address for MACVLAN interface
MACAddress="12:34:56:78:9a:bc"
diff --git a/docs/examples/macvlan-static b/docs/examples/macvlan-static
index 9fa1e59..4fa1493 100644
--- a/docs/examples/macvlan-static
+++ b/docs/examples/macvlan-static
@@ -3,7 +3,7 @@ Interface=mac0
Connection=macvlan
# The variable name is plural, but needs precisely one interface
BindsToInterfaces=eth0
-# MACVAN Mode
+# MACVLAN Mode
Mode="bridge"
# Optional static MAC Address for MACVLAN interface
MACAddress=""