The cirros image was rebuilt against the 3.13.0-83 kernel, drivers e1000e, igbvf...
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / ndisc6 / Config.in
1 config BR2_PACKAGE_NDISC6
2         bool "ndisc6 tools"
3         depends on BR2_USE_MMU # fork()
4         select BR2_PACKAGE_GETTEXT if BR2_NEEDS_GETTEXT_IF_LOCALE
5         help
6           NDisc6 is a small collection of useful tools for IPv6 networking
7
8           http://www.remlab.net/ndisc6/
9
10 if BR2_PACKAGE_NDISC6
11
12 config BR2_PACKAGE_NDISC6_NAME2ADDR
13         bool "name2addr"
14         help
15           name2addr perform DNS lookups from scripts.
16
17 config BR2_PACKAGE_NDISC6_NDISC6
18         bool "ndisc6"
19         help
20           ndisc6 performs ICMPv6 Neighbor Discovery in userland.
21
22 config BR2_PACKAGE_NDISC6_RDISC6
23         bool "rdisc6"
24         help
25           rdisc6 performs ICMPv6 Router Discovery in userland.
26
27 config BR2_PACKAGE_NDISC6_RDNSSD
28         bool "rdnssd"
29         help
30           IPv6 Recursive DNS Server discovery Daemon.
31
32 config BR2_PACKAGE_NDISC6_RLTRACEROUTE6
33         bool "rltraceroute6"
34         help
35           rltraceroute6 is an IPv6 traceroute implementation.
36
37 config BR2_PACKAGE_NDISC6_TCPTRACEROUTE6
38         bool "tcptraceroute6"
39         help
40           tcptraceroute6 is an TCP/IPv6 traceroute implementation.
41
42 config BR2_PACKAGE_NDISC6_TCPSPRAY
43         bool "tcpspray"
44         help
45           TCP/IP bandwidth measurement tool (Discard and Echo client).
46
47 endif