commit | e9a3670706edf37c5a863c93e5ef0c269e484eb9 | [log] [tgz] |
---|---|---|
author | Stephen Hemminger <stephen.hemminger@vyatta.com> | Sun Aug 24 20:36:51 2008 -0400 |
committer | Paul Jakma <paul@quagga.net> | Fri May 08 22:59:42 2009 +0100 |
tree | 312ef6b631d3408837f21d9b37d7c47c4693ac2d | |
parent | 21b86436a8c826da84b47cd773fdffbf3d05141e [diff] |
Fix bgp ipv4/ipv6 accept handling When bgp calls getaddrinfo, it gets both ipv6 and ipv4 addresses. Unless IPV6_ONLY is set on Linux, only the ipv6 bind will succeed, and the IPV4 connections will come in as mapped connections on the IPV6 socket.