NetworkManager 1.40 compatibility
Bug #1997348 reported by
Lukas Märdian
This bug affects 1 person
| Affects | Status | Importance | Assigned to | Milestone | |
|---|---|---|---|---|---|
| Netplan |
Fix Released
|
High
|
Unassigned | ||
Bug Description
NetworkManager 1.40+ is adding empty [ethernet] sections by default into the keyfile settings of certain connection profiles, especially bridges.
This makes the test-suite fail when using the libnetplan backend integration, due to libnetplan assuming an ethernet connection in this context and adding a wakeonlan=True YAML setting, which is invalid for bridges (non-ethernet devices).
E.g. have a look at this test case:
[connection]
id=Test Write Bridge Main
uuid={}
type=bridge
interface-name=br0
[ethernet]
[bridge]
[ipv4]
address1=
method=manual
[ipv6]
addr-gen-
method=auto
[proxy]
| Changed in netplan: | |
| status: | New → Triaged |
| importance: | Undecided → High |
| Changed in netplan: | |
| status: | Triaged → Fix Committed |
To post a comment you must log in.

https:/ /github. com/canonical/ netplan/ pull/300