diff options
-rw-r--r-- | docs/examples/macvlan-dhcp | 2 | ||||
-rw-r--r-- | docs/netctl.profile.5.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/examples/macvlan-dhcp b/docs/examples/macvlan-dhcp index 94955e4..8bb7691 100644 --- a/docs/examples/macvlan-dhcp +++ b/docs/examples/macvlan-dhcp @@ -4,7 +4,7 @@ Connection=macvlan # The variable name is plural, but needs precisely one interface BindsToInterfaces=eth0 # MACVLAN Mode -Mode="bride" +Mode="bridge" # Optional static MAC Address for MACVLAN interface MACAddress="12:34:56:78:9a:bc" IP=dhcp diff --git a/docs/netctl.profile.5.txt b/docs/netctl.profile.5.txt index af42501..d841516 100644 --- a/docs/netctl.profile.5.txt +++ b/docs/netctl.profile.5.txt @@ -353,7 +353,7 @@ the `pppoe' type: A value of 0 means no limit. Defaults to `++5++'. 'DefaultRoute=':: - Use the default route provided by the peer (defaults to `true') + Use the default route provided by the peer (defaults to `true'). 'UsePeerDNS=':: Use the DNS provided by the peer (defaults to `true'). |