commit | 1727d2e2b939c8670d0f0e0d1a0e5eb0a8be2135 | [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 19:41:59 2011 +0400 |
tree | 3bdfda661f96113d61eae25059608d468a8ea4cc | |
parent | 17e52061bacec93e84324b23382e5ec61e1f16d0 [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.