diff options
author | Renato Botelho <garga@FreeBSD.org> | 2005-08-30 12:36:47 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2005-08-30 12:36:47 +0000 |
commit | 830f3d55d69c58b146e20cdb3353f13150cb7d18 (patch) | |
tree | f1bd7223f3418d54efa756691ab3a289b8e8b2d0 /net/quagga/files/extra-tcpmd5-patch-lib-sockopt.h | |
parent | Update to 0.25 (diff) |
- Update to 0.98.5
From the official site:
0.98.5 from stable series is released fixing several bugs in ospfd and
bgpd, most notably some crashes in ospfd and yet another route server
functionality regression in bgpd.
PR: ports/85461
Submitted by: Boris Kovalenko <boris@tagnet.ru> (maintainer)
Notes
Notes:
svn path=/head/; revision=141440
Diffstat (limited to 'net/quagga/files/extra-tcpmd5-patch-lib-sockopt.h')
-rw-r--r-- | net/quagga/files/extra-tcpmd5-patch-lib-sockopt.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/net/quagga/files/extra-tcpmd5-patch-lib-sockopt.h b/net/quagga/files/extra-tcpmd5-patch-lib-sockopt.h new file mode 100644 index 000000000000..495f26707b10 --- /dev/null +++ b/net/quagga/files/extra-tcpmd5-patch-lib-sockopt.h @@ -0,0 +1,12 @@ +--- lib/sockopt.h.orig Mon Nov 15 10:51:15 2004 ++++ lib/sockopt.h Fri Jan 28 17:52:57 2005 +@@ -40,6 +40,9 @@ + */ + #define SOPT_SIZE_CMSG_PKTINFO_IPV6() (sizeof (struct in6_pktinfo)); + ++#ifdef QUAGGA_TCP_MD5SIG ++int sockopt_tcp_signature(int family, int sock, int enable); ++#endif /* QUAGGA_TCP_MD5SIG */ + /* + * Size defines for control messages used to get ifindex. We define + * values for each method, and define a macro that can be used by code |