1
0
IaC/ansible/roles/hypervisor_qcow/templates/bridge.netdev.j2

9 lines
135 B
Plaintext
Raw Normal View History

2023-08-09 04:38:34 -04:00
[NetDev]
Name=br0
Kind=bridge
[Bridge]
DefaultPVID=none
VLANFiltering={{ item.vlan_filtering }}
VLANProtocol=802.1q
STP={{ item.stp }}