Advertisement
Guest User

Untitled

a guest
Nov 29th, 2014
174
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.07 KB | None | 0 0
  1. Index: include/netfilter.mk
  2. ===================================================================
  3. --- include/netfilter.mk (revision 36156)
  4. +++ include/netfilter.mk (working copy)
  5. @@ -187,7 +187,10 @@
  6. $(eval $(call nf_add,IPT_NATHELPER,CONFIG_NF_NAT_FTP, $(P_V4)nf_nat_ftp, lt 3.7.0))
  7. $(eval $(call nf_add,IPT_NATHELPER,CONFIG_NF_NAT_IRC, $(P_V4)nf_nat_irc, lt 3.7.0))
  8.  
  9. +#@ikf
  10. +$(eval $(call nf_add,IPT_NFQUEUE,CONFIG_NETFILTER_XT_TARGET_NFQUEUE, $(P_XT)xt_NFQUEUE))
  11.  
  12. +
  13. # nathelper-extra
  14.  
  15. $(eval $(call nf_add,IPT_NATHELPER_EXTRA,CONFIG_NF_CONNTRACK_BROADCAST, $(P_XT)nf_conntrack_broadcast))
  16. Index: package/kernel/modules/netfilter.mk
  17. ===================================================================
  18. --- package/kernel/modules/netfilter.mk (revision 36156)
  19. +++ package/kernel/modules/netfilter.mk (working copy)
  20. @@ -244,6 +244,24 @@
  21. $(eval $(call KernelPackage,ipt-queue))
  22.  
  23.  
  24. +# @ikf
  25. +define KernelPackage/ipt-nfqueue
  26. + TITLE:=Module for user-space packet logging
  27. + KCONFIG:=$(KCONFIG_IPT_NFQUEUE)
  28. + FILES:=$(foreach mod,$(IPT_NFQUEUE-m),$(LI
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement