summaryrefslogtreecommitdiffstats
path: root/openwrt/package/netstat-nat/Config.in
diff options
context:
space:
mode:
authornico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-09-05 15:43:37 +0000
committernico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-09-05 15:43:37 +0000
commit79761c368badfec87aafba1dd35f8c6b9df26bd6 (patch)
treec1dbba996f82eabd7a926dab654c973975ac54b1 /openwrt/package/netstat-nat/Config.in
parentcbe1b46ebddf09e7f1a15d8eb953ea2b42d582ea (diff)
add netstat-nat package (thanks to BuZz)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@1855 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package/netstat-nat/Config.in')
-rw-r--r--openwrt/package/netstat-nat/Config.in13
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 000000000..24c082dc8
--- /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/
+