commit | 2b35ae41c2c5d39801c943fa740c72fc15613141 | [log] [tgz] |
---|---|---|
author | Chris Caputo <ccaputo@alt.net> | Tue Jun 23 05:34:29 2009 +0000 |
committer | Paul Jakma <paul@quagga.net> | Tue Jun 23 14:21:40 2009 +0100 |
tree | b72600ce7970f5a62a344fd7fed3f5e53779b7a2 | |
parent | b60668d092f1778395b6c10b406059b8cbf235b8 [diff] |
Fixes to RFC2385/MD5 BGP * bgpd/bgp_network.c: Fix MD5 listen in IPv4 version of bgp_socket() by adding listen socket to listen_sockets list so that MD5 passwords can get set. * lib/sockopt.c: (sockopt_tcp_signature) Fix bogus "% Error while applying TCP-Sig to session(s)" / "can't set TCP_MD5SIG option" startup error messages by not returning error when there isn't one.