diff options
author | Thomas Kuther <gimpel@sonnenkinder.org> | 2014-03-04 21:13:42 +0100 |
---|---|---|
committer | Thomas Kuther <gimpel@sonnenkinder.org> | 2014-03-04 21:13:42 +0100 |
commit | a2c50f824205c15a04cc337ff64bf51698dfc74c (patch) | |
tree | a402ddd5cc1c755d52c4adbe544e013ff4823ff9 | |
parent | ce87e41ed8452ec076fe508bfe3a998589e29314 (diff) | |
download | netctl-a2c50f824205c15a04cc337ff64bf51698dfc74c.tar.gz netctl-a2c50f824205c15a04cc337ff64bf51698dfc74c.tar.xz |
[macvlan] spelling fixlets
-rw-r--r-- | docs/examples/macvlan-dhcp | 2 | ||||
-rw-r--r-- | 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="" |