[Bug 1310531] [NEW] link-local addresses should configure a link scope instead of global scope
Lekensteyn
1310531 at bugs.launchpad.net
Mon Apr 21 09:23:47 UTC 2014
Public bug reported:
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.
** Affects: network-manager
Importance: Unknown
Status: Unknown
** Affects: network-manager (Ubuntu)
Importance: Undecided
Status: New
** Bug watch added: GNOME Bug Tracker #728595
https://bugzilla.gnome.org/show_bug.cgi?id=728595
** Also affects: network-manager via
https://bugzilla.gnome.org/show_bug.cgi?id=728595
Importance: Unknown
Status: Unknown
--
You received this bug notification because you are a member of Network-
manager, which is subscribed to NetworkManager.
https://bugs.launchpad.net/bugs/1310531
Title:
link-local addresses should configure a link scope instead of global
scope
To manage notifications about this bug go to:
https://bugs.launchpad.net/network-manager/+bug/1310531/+subscriptions
More information about the Ubuntu-reviews
mailing list