diff options
author | Florian Fainelli <florian@openwrt.org> | 2011-04-03 18:30:37 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2011-04-03 18:30:37 +0000 |
commit | 5959cd2850c14842680c8b6cfbaf816c9ce48700 (patch) | |
tree | fadd770b7321117db7d35e89e5a44d34a936df9b /include | |
parent | aa550f9307fdd717c9dcc25a4a0f9d8da3e3f193 (diff) | |
download | upstream-5959cd2850c14842680c8b6cfbaf816c9ce48700.tar.gz upstream-5959cd2850c14842680c8b6cfbaf816c9ce48700.tar.bz2 upstream-5959cd2850c14842680c8b6cfbaf816c9ce48700.zip |
add kmod-ipt-led
Netfilter LED target triggers blinkenlichten when a network packet hits
a rule.
LED target requires iptables 1.4.9 or higher
Signed-off-by: Ćukasz Stelmach <stlman@poczta.fm>
SVN-Revision: 26451
Diffstat (limited to 'include')
-rw-r--r-- | include/netfilter.mk | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/netfilter.mk b/include/netfilter.mk index 60b4826ebc..5cc34b4814 100644 --- a/include/netfilter.mk +++ b/include/netfilter.mk @@ -283,6 +283,9 @@ $(eval $(call nf_add,IPT_ULOG,CONFIG_IP_NF_TARGET_ULOG, $(P_V4)ipt_ULOG)) $(eval $(call nf_add,IPT_TPROXY,CONFIG_NETFILTER_XT_MATCH_SOCKET, $(P_XT)xt_socket)) $(eval $(call nf_add,IPT_TPROXY,CONFIG_NETFILTER_XT_TARGET_TPROXY, $(P_XT)xt_TPROXY)) +# led +$(eval $(call nf_add,IPT_LED,CONFIG_NETFILTER_XT_TARGET_LED, $(P_XT)xt_LED)) + # # ebtables # |