Skip to content

Commit

Permalink
Fix(vm/ad): revert veth change
Browse files Browse the repository at this point in the history
  • Loading branch information
JJGadgets authored Dec 25, 2024
1 parent 4d1c322 commit d9b9f94
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions kube/deploy/vm/ad/_deps/multus.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,14 @@ spec:
"type": "bridge",
"bridge": "br0",
"capabilities": { "mac": true },
"disableContainerInterface": true,
"macspoofchk": true
"ipam": {}
}
]
}
---
# "vlan": 888, # VLAN tagging handled by FortiSwitch NAC
# "ipam": {}
# "disableContainerInterface": true,
# "macspoofchk": true
# "macspoofchk": true # TODO: Talos 1.6.4 doesn't have `nft` binary?

0 comments on commit d9b9f94

Please sign in to comment.