1 menu "ndisc6 - IPv6 discovery tools"
3 config BR2_COMPILE_NDISC6
6 depends BR2_PACKAGE_NDISC6 || BR2_PACKAGE_RDISC6 || BR2_PACKAGE_TCPTRACEROUTE6
8 config BR2_PACKAGE_NDISC6
9 tristate "ndisc6 - an ICMPv6 neighbour discovery tool"
10 default m if CONFIG_DEVEL
11 select BR2_COMPILE_NDISC6
14 An ICMPv6 neighbour discovery tools
16 http://people.via.ecp.fr/~rem/ndisc6/
19 config BR2_PACKAGE_RDISC6
20 tristate "rdisc6 - an ICMPv6 router discovery tool"
21 default m if CONFIG_DEVEL
22 select BR2_COMPILE_NDISC6
25 An ICMPv6 router discovery tool
27 http://people.via.ecp.fr/~rem/ndisc6/
30 config BR2_PACKAGE_TCPTRACEROUTE6
31 tristate "tcptraceroute6 - a TCP/IPv6-based traceroute implementation"
32 default m if CONFIG_DEVEL
33 select BR2_COMPILE_NDISC6
36 A TCP/IPv6-based traceroute implementation
38 http://people.via.ecp.fr/~rem/ndisc6/