iptables-mod-socket.patch 804 B

1234567891011121314151617181920212223242526
  1. --- a/package/network/utils/iptables/Makefile
  2. +++ b/package/network/utils/iptables/Makefile
  3. @@ -394,4 +394,17 @@
  4. endef
  5. +define Package/iptables-mod-socket
  6. +$(call Package/iptables/Module, +kmod-ipt-socket)
  7. + TITLE:=Socket match iptables extensions
  8. +endef
  9. +
  10. +define Package/iptables-mod-socket/description
  11. +Socket match iptables extensions.
  12. +
  13. + Matches:
  14. + - socket
  15. +
  16. +endef
  17. +
  18. define Package/iptables-mod-tproxy
  19. $(call Package/iptables/Module, +kmod-ipt-tproxy)
  20. @@ -679,4 +692,5 @@
  21. $(eval $(call BuildPlugin,iptables-mod-rpfilter,$(IPT_RPFILTER-m)))
  22. $(eval $(call BuildPlugin,iptables-mod-led,$(IPT_LED-m)))
  23. +$(eval $(call BuildPlugin,iptables-mod-socket,$(IPT_SOCKET-m)))
  24. $(eval $(call BuildPlugin,iptables-mod-tproxy,$(IPT_TPROXY-m)))
  25. $(eval $(call BuildPlugin,iptables-mod-tee,$(IPT_TEE-m)))