** Changed in: network-manager
Status: New => Fix Released
--
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to network-manager in Ubuntu.
https://bugs.launchpad.net/bugs/1310531
Title:
link-local addresses should configure a link scope instead of global
scope
Status in NetworkManager:
Fix Released
Status in “network-manager” package in Ubuntu:
New
Bug description:
When NetworkManager is configured to assign a link-local IPv4 address to an
interface, it ends up with a global scope. This happens in two cases:
- Configure method=link-local
- Configure method=manual, addresses1=169.254.x.x;16:0.0.0.0
$ ip link show dev <iface> # for both methods
inet 169.254.x.y/16 brd 169.254.255.255 scope global <iface>
valid_lft forever preferred_lft forever
Expected output:
inet 169.254.x.y/16 brd 169.254.255.255 scope link <iface>
valid_lft forever preferred_lft forever
This behavior causes conflicts with two network interfaces having the same
_link-local_ address.
To manage notifications about this bug go to:
https://bugs.launchpad.net/network-manager/+bug/1310531/+subscriptions
--
Mailing list: https://launchpad.net/~desktop-packages
Post to : [email protected]
Unsubscribe : https://launchpad.net/~desktop-packages
More help : https://help.launchpad.net/ListHelp