From 946f22238350a1506b7fe57b2b27e9e5427f0583 Mon Sep 17 00:00:00 2001 From: Pablo Neira Ayuso Date: Sat, 9 Feb 2013 18:35:48 +0100 Subject: xtables: ipv6: add missing break in nft_parse_payload_ipv6 Signed-off-by: Pablo Neira Ayuso --- iptables/nft.c | 1 + 1 file changed, 1 insertion(+) (limited to 'iptables') diff --git a/iptables/nft.c b/iptables/nft.c index 445d8f92..9c6056a4 100644 --- a/iptables/nft.c +++ b/iptables/nft.c @@ -2352,6 +2352,7 @@ nft_parse_payload_ipv6(uint32_t offset, struct nft_rule_expr_iter *iter, cs->fw6.ipv6.proto = proto; if (inv) cs->fw6.ipv6.invflags |= IPT_INV_PROTO; + break; default: DEBUGP("unknown payload offset %d\n", offset); break; -- cgit v1.2.3