aboutsummaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorHajimu UMEMOTO <ume@FreeBSD.org>2003-07-27 16:21:10 +0000
committerHajimu UMEMOTO <ume@FreeBSD.org>2003-07-27 16:21:10 +0000
commitc2ada8f1ded03691edf3be937afe7187637ee32e (patch)
treef60cba7e92a936ba79653445c7ba61f0a09adb61 /sys
parent1cff8bd28647390c389783d8aafc049698ee7ac3 (diff)
Notes
Diffstat (limited to 'sys')
-rw-r--r--sys/netinet6/ip6_fw.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/netinet6/ip6_fw.c b/sys/netinet6/ip6_fw.c
index 0ef2c52f2b470..e35f49491ad79 100644
--- a/sys/netinet6/ip6_fw.c
+++ b/sys/netinet6/ip6_fw.c
@@ -290,6 +290,7 @@ ip6opts_match(struct ip6_hdr **pip6, struct ip6_fw *f, struct mbuf **m,
case IPPROTO_ESP:
opts &= ~IPV6_FW_IP6OPT_ESP;
nopts &= ~IPV6_FW_IP6OPT_ESP;
+ goto opts_check;
break;
case IPPROTO_NONE:
opts &= ~IPV6_FW_IP6OPT_NONXT;