commit | 3453a7122c1d585ad789ed0f63deb90cc5e89fae | [log] [tgz] |
---|---|---|
author | Paul Jakma <paul@quagga.net> | Fri Jun 12 14:21:02 2009 +0100 |
committer | Paul Jakma <paul@quagga.net> | Fri Jun 12 14:21:02 2009 +0100 |
tree | 688446217623080afedffc7f074c8cba58b9b5aa | |
parent | 10819ecee3ced786162b68310cf172aacda18857 [diff] |
[bgpd] Add support for the old Linux 2.4, TCP_MD5_AUTH RFC2385 patch * configure.ac: Add a --enable-linux24-tcp-md5 argument, to compile in support for the old TCP-MD5 patch for Linux 2.4 systems. This overrides auto-detection of TCP-MD5 supported by the target system. * lib/sockopt.c: (sockopt_tcp_signature) add in a variant for the old Linux 2.4, TCP_MD5_AUTH variant of TCP-MD5 support, conditional on the previous configure arg.