commit | 5d3c53b9995dd9cbfa08edfcb03a2dcb47b170f4 | [log] [tgz] |
---|---|---|
author | David Lamparter <equinox@diac24.net> | Tue Feb 02 20:18:23 2010 +0100 |
committer | Denis Ovsienko <infrastation@yandex.ru> | Mon Nov 21 18:23:24 2011 +0400 |
tree | 5183c572f3b81b649bb4f2195d7ad47231de16c7 | |
parent | 188506f4c618626e3da2c1e657100315f49664ee [diff] |
bgpd: fix update-source for IPv6 (BZ#548) if update-source was given as interface name, bgpd was unconditionally trying to bind to an IPv4 address from that interface. change function to find the best-matching (number of address bits) same-family address on the interface.