]> git.puffer.fish Git - matthieu/frr.git/commit
[bgpd] Add support for the old Linux 2.4, TCP_MD5_AUTH RFC2385 patch
authorPaul Jakma <paul@quagga.net>
Fri, 12 Jun 2009 13:21:02 +0000 (14:21 +0100)
committerPaul Jakma <paul@quagga.net>
Fri, 12 Jun 2009 13:21:02 +0000 (14:21 +0100)
commit3453a7122c1d585ad789ed0f63deb90cc5e89fae
tree688446217623080afedffc7f074c8cba58b9b5aa
parent10819ecee3ced786162b68310cf172aacda18857
[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.
configure.ac
lib/sockopt.c