diff options
Diffstat (limited to 'docs/examples/macvlan-dhcp')
-rw-r--r-- | docs/examples/macvlan-dhcp | 2 |
1 files changed, 1 insertions, 1 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" |