enabled when DEVELOPER=1
[openwrt.git] / package / netstat-nat / Config.in
1 config BR2_PACKAGE_NETSTAT-NAT
2         tristate "netstat-nat - a netstat variant for NAT connections"
3         default m if CONFIG_DEVEL
4         help
5           Netstat-nat is a small program written in C.
6           It displays NAT connections, managed by netfilter/iptables which comes 
7           with the > 2.4.x linux kernels.
8           The program reads its information from '/proc/net/ip_conntrack', which 
9           is the temporary conntrack-storage of netfilter.
10           
11           http://tweegy.demon.nl/projects/netstat-nat/
12