diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2009-12-08 20:52:58 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2009-12-08 20:52:58 +0000 |
commit | fd7b3cd30d67ef9db4f0ccb2361d06fd98eb10dd (patch) | |
tree | 2589da3246811e712a39e4cd62285d9fa5a973b2 /package/iptables | |
parent | 3b13a0866da40f40cafae063ebc5555bf99c6df1 (diff) | |
download | upstream-fd7b3cd30d67ef9db4f0ccb2361d06fd98eb10dd.tar.gz upstream-fd7b3cd30d67ef9db4f0ccb2361d06fd98eb10dd.tar.bz2 upstream-fd7b3cd30d67ef9db4f0ccb2361d06fd98eb10dd.zip |
[package] iptables: add comment match to the core package
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18706 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/iptables')
-rw-r--r-- | package/iptables/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/iptables/Makefile b/package/iptables/Makefile index f4d59abd91..747cba3ecd 100644 --- a/package/iptables/Makefile +++ b/package/iptables/Makefile @@ -52,6 +52,7 @@ endef define Package/iptables/description IPv4 firewall administration tool. Includes support for: + - comment - limit - LOG - mac |