proxmox: simplify bridge definition
This commit is contained in:
parent
0c1cc14e01
commit
68efa7adcf
|
@ -4,7 +4,7 @@
|
|||
auto vmbr0
|
||||
iface vmbr0 inet manual
|
||||
bridge-vlan-aware yes
|
||||
bridge-ports {{ vlans | map('regex_replace', '^', 'vni') | join(' ') }}
|
||||
bridge-ports regex (vni.*)
|
||||
bridge-stp off
|
||||
bridge-fd 0
|
||||
|
||||
|
|
Loading…
Reference in a new issue