aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet6/ip6_forward.c
diff options
context:
space:
mode:
authorBjoern A. Zeeb <bz@FreeBSD.org>2006-05-04 18:41:08 +0000
committerBjoern A. Zeeb <bz@FreeBSD.org>2006-05-04 18:41:08 +0000
commit1b34a059cb39721bf25de82bf9d9bfb40d779c1f (patch)
tree8ca08076eea528b0a6537de3b149e0f23418a4c9 /sys/netinet6/ip6_forward.c
parentac4a76ebc9e82101420f97ce7f3020060018b7de (diff)
Notes
Diffstat (limited to 'sys/netinet6/ip6_forward.c')
-rw-r--r--sys/netinet6/ip6_forward.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/netinet6/ip6_forward.c b/sys/netinet6/ip6_forward.c
index 3b542cf6845c..18f03122d824 100644
--- a/sys/netinet6/ip6_forward.c
+++ b/sys/netinet6/ip6_forward.c
@@ -120,6 +120,8 @@ ip6_forward(m, srcrt)
int ipsecrt = 0;
#endif
+ GIANT_REQUIRED; /* XXX bz: ip6_forward_rt */
+
#ifdef IPSEC
/*
* Check AH/ESP integrity.