commit | 4b8b7d8401cb560e7a64cd0831bc752e5353b0b5 | [log] [download] |
---|---|---|
author | Kir Kolyshkin <kir@openvz.org> | Wed May 04 18:04:14 2011 +0400 |
committer | Kir Kolyshkin <kir@openvz.org> | Wed May 04 18:04:14 2011 +0400 |
tree | d38a1629068e89954965eebfbfd5ba8124ba79e8 | |
parent | 5d9bd5f016f241af9c47852a52f6db7b10d4147d [diff] |
vzgetnetdev: filter out link-local addresses When we make the list of NETDEVICES (to be used to send ARP/NDP announces/queries to) we try hard to remove all the "bad" devices, such as ones that are NOARP, SLAVE, doesn't have any IPs assigned etc. This patch adds one more such filter: if an interface only has link-local addresses, it should not be used. http://bugzilla.openvz.org/1820 Reported-by: Ekaterina Epifanova <nixma@yandex.ru> Signed-off-by: Kir Kolyshkin <kir@openvz.org>