blob: 19c08e371b4f29cf26fd9af10cff0352c540c44c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
|
config ADK_COMPILE_IPROUTE2
prompt "iproute2.......................... iproute2 suite of networking utilities"
tristate
default n
config ADK_PACKAGE_IP
prompt "ip................................ ip utility"
tristate
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................................ tc utility"
tristate
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 && !ADK_HOST_FREEBSD
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.
|