diff options
author | Felix Fietkau <nbd@openwrt.org> | 2015-04-13 22:23:19 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2015-04-13 22:23:19 +0000 |
commit | 4e4060138a5590b8deab3adc745d0e2619bbdf22 (patch) | |
tree | 5a2108d1123c95a6665bdb2634fa826de2bd5a53 /package/network/utils/iptables/Makefile | |
parent | d0ba3bb1e24702e472eee2f3a5b7f9e4646b8ff1 (diff) | |
download | upstream-4e4060138a5590b8deab3adc745d0e2619bbdf22.tar.gz upstream-4e4060138a5590b8deab3adc745d0e2619bbdf22.tar.bz2 upstream-4e4060138a5590b8deab3adc745d0e2619bbdf22.zip |
iptables: remove layer7 support
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 45424
Diffstat (limited to 'package/network/utils/iptables/Makefile')
-rw-r--r-- | package/network/utils/iptables/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/package/network/utils/iptables/Makefile b/package/network/utils/iptables/Makefile index ab21b41fda..b8a02772ea 100644 --- a/package/network/utils/iptables/Makefile +++ b/package/network/utils/iptables/Makefile @@ -124,7 +124,6 @@ iptables extensions for packet content inspection. Includes support for: Matches: - - layer7 - string endef |