diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2009-08-22 23:49:52 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2009-08-22 23:49:52 +0200 |
commit | 54893039866e0978bd6563e2b7361f7736341163 (patch) | |
tree | f757d7250af9964234530e8d7f480951ab63c7aa /package/iproute2/Config.in | |
parent | 2c84de509054d770081084ca223f55b67ef945db (diff) | |
parent | ba0c06d2bb46e087f1782eb76573e0bef735c062 (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/iproute2/Config.in')
-rw-r--r-- | package/iproute2/Config.in | 73 |
1 files changed, 67 insertions, 6 deletions
diff --git a/package/iproute2/Config.in b/package/iproute2/Config.in index a2f60f226..d431a5293 100644 --- a/package/iproute2/Config.in +++ b/package/iproute2/Config.in @@ -1,18 +1,79 @@ config ADK_COMPILE_IPROUTE2 + prompt "iproute2.......................... iproute2 suite of networking utilities" tristate default n config ADK_PACKAGE_IP - prompt "ip................................ iproute2 routing control utility" + prompt "ip................................ ip utility" tristate - default n - select ADK_COMPILE_IPROUTE2 + default ADK_COMPILE_IPROUTE2 + depends on ADK_COMPILE_IPROUTE2 + help + IP routing control utility, well-known replacement for ifconfig and route. config ADK_PACKAGE_TC - prompt "tc................................ iproute2 traffic control utility" + prompt "tc................................ tc utility" tristate - default n - select ADK_COMPILE_IPROUTE2 + default m + depends on ADK_COMPILE_IPROUTE2 help Traffic shaping control utility. Please choose the kmod-sched-* modules you need. + +config ADK_PACKAGE_TC_ATM + prompt "atm support....................... atm support for tc" + tristate + default n + depends on ADK_PACKAGE_TC + select ADK_PACKAGE_LIBATM + help + ATM traffic control support library. + +# FIXME: WTF is this "genl" used for?? +# "ifcfg" is lame, just a simple 'ip addr {add|del}' frontend + +config ADK_PACKAGE_IFSTAT + prompt "ifstat............................ ifstat utility" + tristate + default m + depends on ADK_COMPILE_IPROUTE2 + help + Interface statistics utility. + +config ADK_PACKAGE_LNSTAT + prompt "lnstat............................ lnstat, ctstat, rtstat, nstat and rtacct utilities" + tristate + default m + depends on ADK_COMPILE_IPROUTE2 + help + Unified linux networking statistics. Lnstat is a replacement for the + old rstat program, nstat and rtacct are simple tools to monitor + kernel snmp counters and network interface statistics. + + +config ADK_PACKAGE_ROUTEL + prompt "routel............................ routel/routef utilities" + tristate + default m + depends on ADK_COMPILE_IPROUTE2 + help + List and flush routes. + +config ADK_PACKAGE_RTMON + prompt "rtmon............................. RTnetlink monitor" + tristate + default m + depends on ADK_COMPILE_IPROUTE2 + help + Listen to and monitor RTnetlink. + +# "rtpr" converts back the output of 'ip -o' (quite useless I guess) + +config ADK_PACKAGE_SS + prompt "ss................................ socket statistics utility" + tristate + default m + depends on ADK_COMPILE_IPROUTE2 + help + A utility to investigate sockets, similar to netstat. + |