nf_reinject() do not handle NF_STOP?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



nf_hook_slow()  accepts NF_STOP, but nf_reinject() not.
Maybe, It should like:

  switch (verdict) {
       case  NF_ACCEPT:
+ case NF_STOP: info->okfn(skb);
               break;

       case NF_QUEUE:
               if (!nf_queue(skb, elem, info->pf, info->hook,
                             info->indev, info->outdev, info->okfn))
                       goto next_hook;
               break;
       }



-
: send the line "unsubscribe linux-net" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Index of Archives]     [Netdev]     [Ethernet Bridging]     [Linux 802.1Q VLAN]     [Linux Wireless]     [Kernel Newbies]     [Security]     [Linux for Hams]     [Netfilter]     [Git]     [Bugtraq]     [Yosemite News and Information]     [MIPS Linux]     [ARM Linux]     [Linux RAID]     [Linux PCI]     [Linux Admin]     [Samba]

  Powered by Linux