From a2c50f824205c15a04cc337ff64bf51698dfc74c Mon Sep 17 00:00:00 2001 From: Thomas Kuther Date: Tue, 4 Mar 2014 21:13:42 +0100 Subject: [macvlan] spelling fixlets --- docs/examples/macvlan-dhcp | 2 +- docs/examples/macvlan-static | 2 +- 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="" -- cgit v1.2.3-24-g4f1b