vxlan: MacLearning=false not being issued for networkd
Bug #2000712 reported by
Dr. Jens Harbott
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
netplan |
Triaged
|
Medium
|
Unassigned |
Bug Description
When I have a config like:
tunnels:
vxlan42:
mode: vxlan
link: br42
id: 42
port: 4789
local: 1.2.3.4
mac-learning: false
the mac-learning variable is being ignored instead of making it into the .netdev file, which is bad, since the default is true, so there is no way to disable mac-learning currently. The responsible code is https:/
Changed in netplan: | |
importance: | Undecided → Medium |
status: | New → Triaged |
To post a comment you must log in.
There's some (draft) work going on here: https:/ /github. com/canonical/ netplan/ pull/311