netplan assigns local-link addresses when local-link is diabled
Bug #2043629 reported by
LnxGnome
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Netplan |
Triaged
|
Medium
|
Unassigned |
Bug Description
netplan will assign an ipv4 address by default, even if link-local is set to an empty set (link-local: [ ]) to disable it.
The comments in the source suggest that if no address is specified, then link-local should be enabled, and the code does not check it link-local is disabled.
This is faulty logic as you may have stacked interface (example: Physical<
Changed in netplan: | |
status: | New → In Progress |
description: | updated |
Changed in netplan: | |
status: | In Progress → Triaged |
importance: | Undecided → Medium |
To post a comment you must log in.
Thank you very much for your analysis and the patch provided. It sounds reasonable at first glance.
Would you mind transforming your patch into a pull-request at https:/ /github. com/canonical/ netplan/ pulls for easier review and iteration?