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 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 |