summaryrefslogtreecommitdiffstats
path: root/sys/netinet6/ip6_ipsec.h
diff options
context:
space:
mode:
authorbz <bz@FreeBSD.org>2008-03-14 11:44:30 +0000
committerbz <bz@FreeBSD.org>2008-03-14 11:44:30 +0000
commitf507f0e4fa09490b9ebafe2650f0d70e6daa51e9 (patch)
tree1ad3ecc51385d2a736ba9c558840d6ddce9e0bbf /sys/netinet6/ip6_ipsec.h
parent693055a8ae2520b8199c4b351a7d8081891fe0a6 (diff)
downloadFreeBSD-src-f507f0e4fa09490b9ebafe2650f0d70e6daa51e9.zip
FreeBSD-src-f507f0e4fa09490b9ebafe2650f0d70e6daa51e9.tar.gz
#if 0 out a currently unsued (and incomplete) function: ip6_ipsec_mtu().
No need to compile 'dead' code. I am leaving it in because we will have to review the concept and should use the common function in various places. MFC after: 5 days
Diffstat (limited to 'sys/netinet6/ip6_ipsec.h')
-rw-r--r--sys/netinet6/ip6_ipsec.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/netinet6/ip6_ipsec.h b/sys/netinet6/ip6_ipsec.h
index a024811..86d1b00 100644
--- a/sys/netinet6/ip6_ipsec.h
+++ b/sys/netinet6/ip6_ipsec.h
@@ -35,7 +35,9 @@
int ip6_ipsec_filtertunnel(struct mbuf *);
int ip6_ipsec_fwd(struct mbuf *);
int ip6_ipsec_input(struct mbuf *, int);
-int ip6_ipsec_mtu(struct mbuf *);
int ip6_ipsec_output(struct mbuf **, struct inpcb *, int *, int *,
struct ifnet **, struct secpolicy **sp);
+#if 0
+int ip6_ipsec_mtu(struct mbuf *);
+#endif
#endif
OpenPOWER on IntegriCloud