]> rtime.felk.cvut.cz Git - coffee/buildroot.git/blob - package/ndisc6/Config.in
126bfa2bb8281a3f445e9246745c7caf3ef92128
[coffee/buildroot.git] / package / ndisc6 / Config.in
1 comment "ndisc6 requires a toolchain with IPv6 support"
2         depends on !BR2_INET_IPV6
3
4 config BR2_PACKAGE_NDISC6
5         bool "ndisc6 tools"
6         depends on BR2_INET_IPV6
7         help
8           NDisc6 is a small collection of useful tools for IPv6 networking
9
10           http://www.remlab.net/ndisc6/
11
12 if BR2_PACKAGE_NDISC6
13
14 config BR2_PACKAGE_NDISC6_NAME2ADDR
15         bool "name2addr"
16         help
17           name2addr perform DNS lookups from scripts.
18
19 config BR2_PACKAGE_NDISC6_NDISC6
20         bool "ndisc6"
21         help
22           ndisc6 performs ICMPv6 Neighbor Discovery in userland.
23
24 config BR2_PACKAGE_NDISC6_RDISC6
25         bool "rdisc6"
26         help
27           rdisc6 performs ICMPv6 Router Discovery in userland.
28
29 config BR2_PACKAGE_NDISC6_RDNSSD
30         bool "rdnssd"
31         help
32           IPv6 Recursive DNS Server discovery Daemon.
33
34 config BR2_PACKAGE_NDISC6_RLTRACEROUTE6
35         bool "rltraceroute6"
36         help
37           rltraceroute6 is an IPv6 traceroute implementation.
38
39 config BR2_PACKAGE_NDISC6_TCPTRACEROUTE6
40         bool "tcptraceroute6"
41         help
42           tcptraceroute6 is an TCP/IPv6 traceroute implementation.
43
44 config BR2_PACKAGE_NDISC6_TCPSPRAY
45         bool "tcpspray"
46         help
47           TCP/IP bandwidth measurement tool (Discard and Echo client).
48
49 endif