]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - net/netfilter/ipvs/ip_vs_core.c
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jesse/openvswitch
[karo-tx-linux.git] / net / netfilter / ipvs / ip_vs_core.c
index fb45640dc1fb7dff034c9909302b1bf355877c6d..47edf5a40a5939d2401dc11baa89142b9bcd64b6 100644 (file)
@@ -942,7 +942,7 @@ static int ip_vs_out_icmp_v6(struct sk_buff *skb, int *related,
        /* Fragment header that is before ICMP header tells us that:
         * it's not an error message since they can't be fragmented.
         */
-       if (ipvsh->flags & IP6T_FH_F_FRAG)
+       if (ipvsh->flags & IP6_FH_F_FRAG)
                return NF_DROP;
 
        IP_VS_DBG(8, "Outgoing ICMPv6 (%d,%d) %pI6c->%pI6c\n",
@@ -1475,7 +1475,7 @@ static int ip_vs_in_icmp_v6(struct sk_buff *skb, int *related,
        /* Fragment header that is before ICMP header tells us that:
         * it's not an error message since they can't be fragmented.
         */
-       if (iph->flags & IP6T_FH_F_FRAG)
+       if (iph->flags & IP6_FH_F_FRAG)
                return NF_DROP;
 
        IP_VS_DBG(8, "Incoming ICMPv6 (%d,%d) %pI6c->%pI6c\n",