summaryrefslogtreecommitdiffstats
path: root/iptables/xtables.c
diff options
context:
space:
mode:
Diffstat (limited to 'iptables/xtables.c')
-rw-r--r--iptables/xtables.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/iptables/xtables.c b/iptables/xtables.c
index 9c59b7d8..328bc695 100644
--- a/iptables/xtables.c
+++ b/iptables/xtables.c
@@ -1214,10 +1214,6 @@ int do_commandx(struct nft_handle *h, int argc, char *argv[], char **table)
cs.fw6.ipv6.invflags = invflags;
cs.fw6.ipv6.flags = flags;
- if (flags & IPT_F_FRAG)
- xtables_error(PARAMETER_PROBLEM,
- "-f is not valid on IPv6");
-
if (is_exthdr(cs.fw6.ipv6.proto)
&& (cs.fw6.ipv6.invflags & XT_INV_PROTO) == 0)
fprintf(stderr,