2019-04-09 17:42:12 +00:00
|
|
|
Description="Bridge {{ ansible_default_ipv4.interface }} connection"
|
|
|
|
Interface=br0
|
|
|
|
Connection=bridge
|
|
|
|
BindsToInterfaces=({{ ansible_default_ipv4.interface }})
|
2020-11-04 17:25:36 +00:00
|
|
|
MACAddress={{ ansible_default_ipv4.interface }}
|
2019-04-09 17:42:12 +00:00
|
|
|
IP=dhcp
|
|
|
|
## Ignore (R)STP and immediately activate the bridge
|
|
|
|
#SkipForwardingDelay=yes
|