diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-09-05 15:43:37 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-09-05 15:43:37 +0000 |
commit | c6da3eefd04120a896cc8ab280d4cce0e799f88e (patch) | |
tree | c1dbba996f82eabd7a926dab654c973975ac54b1 /openwrt/package/netstat-nat/Config.in | |
parent | 126aa6ec0b66d729cbaa64059d7565bb8e00fc97 (diff) | |
download | mtk-20170518-c6da3eefd04120a896cc8ab280d4cce0e799f88e.zip mtk-20170518-c6da3eefd04120a896cc8ab280d4cce0e799f88e.tar.gz mtk-20170518-c6da3eefd04120a896cc8ab280d4cce0e799f88e.tar.bz2 |
add netstat-nat package (thanks to BuZz)
SVN-Revision: 1855
Diffstat (limited to 'openwrt/package/netstat-nat/Config.in')
-rw-r--r-- | openwrt/package/netstat-nat/Config.in | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/openwrt/package/netstat-nat/Config.in b/openwrt/package/netstat-nat/Config.in new file mode 100644 index 0000000..24c082d --- /dev/null +++ b/openwrt/package/netstat-nat/Config.in @@ -0,0 +1,13 @@ +config BR2_PACKAGE_NETSTAT-NAT + tristate "netstat-nat - a netstat variant for NAT connections" +# default m if CONFIG_DEVEL + default n + help + Netstat-nat is a small program written in C. + It displays NAT connections, managed by netfilter/iptables which comes + with the > 2.4.x linux kernels. + The program reads its information from '/proc/net/ip_conntrack', which + is the temporary conntrack-storage of netfilter. + + http://tweegy.demon.nl/projects/netstat-nat/ + |