www.usr.com/support/gpl/USR9113_release1.0.tar.gz
[bcm963xx.git] / kernel / linux / net / ipv4 / netfilter / ip_nat_standalone.c
index 9765fd2..7877766 100755 (executable)
@@ -199,6 +199,9 @@ ip_nat_out(unsigned int hooknum,
 
           I'm starting to have nightmares about fragments.  */
 
+       if ( MULTICAST((*pskb)->nh.iph->daddr)) 
+         return NF_ACCEPT;
+
        if ((*pskb)->nh.iph->frag_off & htons(IP_MF|IP_OFFSET)) {
                *pskb = ip_ct_gather_frags(*pskb);