fix(vm-ad): Multus rm VLAN tag

VLAN tagging handled by FortiSwitch NAC
This commit is contained in:
JJGadgets
2024-06-22 13:32:11 +08:00
parent 01d371e533
commit fd157be0b7

View File

@@ -13,7 +13,6 @@ spec:
{
"type": "bridge",
"bridge": "br0",
"vlan": 888,
"capabilities": { "mac": true },
"ipam": {}
}
@@ -21,5 +20,6 @@ spec:
}
---
# "vlan": 888, # VLAN tagging handled by FortiSwitch NAC
# "disableContainerInterface": true
# "macspoofchk": true # TODO: Talos 1.6.4 doesn't have `nft` binary?