summaryrefslogtreecommitdiffstats
path: root/rules/iproute2.in
blob: 51868c5b08982c98c902eec0b530564074c2c8d8 (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
## SECTION=networking

menuconfig IPROUTE2
	tristate
	prompt "iproute2                      "
	select DB if IPROUTE2_ARPD
	select LIBC_DL
	select LIBC_M
	select LIBC_RESOLV
	help
	  Networking and traffic control tools

	  The iproute suite, also known as iproute2, is a collection
	  of utilities for networking and traffic control.

	  These tools communicate with the Linux kernel via the
	  (rt)netlink interface, providing advanced features not
	  available through the legacy net-tools commands 'ifconfig'
	  and 'route'.

if IPROUTE2

config IPROUTE2_IP
	bool
	prompt "ip"

config IPROUTE2_RTMON
	bool
	prompt "rtmon"

config IPROUTE2_TC
	bool
	prompt "tc"

config IPROUTE2_ARPD
	bool
	prompt "arpd"
	help
	  Enabling this extry will enlarge your system by the berkely
	  DB4.x library.

config IPROUTE2_LNSTAT
	bool
	prompt "lnstat"

config IPROUTE2_NSTAT
	bool
	prompt "nstat"

config IPROUTE2_RTACCT
	bool
	prompt "rtacct"

config IPROUTE2_SS
	bool
	prompt "ss"

endif