2005-11-05 04:16:36 +02:00
|
|
|
menu "ndisc6............................ IPv6 discovery tools"
|
2005-05-24 04:51:58 +03:00
|
|
|
|
2005-10-17 20:12:02 +03:00
|
|
|
config BR2_COMPILE_NDISC6
|
2005-11-07 20:26:35 +02:00
|
|
|
tristate
|
2005-05-24 04:51:58 +03:00
|
|
|
default n
|
2005-10-17 20:12:02 +03:00
|
|
|
depends BR2_PACKAGE_NDISC6 || BR2_PACKAGE_RDISC6 || BR2_PACKAGE_TCPTRACEROUTE6
|
2005-05-24 04:51:58 +03:00
|
|
|
|
|
|
|
config BR2_PACKAGE_NDISC6
|
2005-11-05 04:16:36 +02:00
|
|
|
prompt "ndisc6............................ An ICMPv6 neighbour discovery tool"
|
|
|
|
tristate
|
2005-09-20 02:42:54 +03:00
|
|
|
default m if CONFIG_DEVEL
|
2005-10-17 20:12:02 +03:00
|
|
|
select BR2_COMPILE_NDISC6
|
2005-05-24 04:51:58 +03:00
|
|
|
help
|
|
|
|
|
2005-10-17 20:12:02 +03:00
|
|
|
An ICMPv6 neighbour discovery tools
|
2005-05-24 04:51:58 +03:00
|
|
|
|
2005-10-17 20:12:02 +03:00
|
|
|
http://people.via.ecp.fr/~rem/ndisc6/
|
2005-05-24 04:51:58 +03:00
|
|
|
|
|
|
|
config BR2_PACKAGE_RDISC6
|
2005-11-05 04:16:36 +02:00
|
|
|
prompt "rdisc6............................ An ICMPv6 router discovery tool"
|
|
|
|
tristate
|
2005-09-20 02:42:54 +03:00
|
|
|
default m if CONFIG_DEVEL
|
2005-10-17 20:12:02 +03:00
|
|
|
select BR2_COMPILE_NDISC6
|
2005-05-24 04:51:58 +03:00
|
|
|
help
|
|
|
|
|
2005-10-17 20:12:02 +03:00
|
|
|
An ICMPv6 router discovery tool
|
2005-05-24 04:51:58 +03:00
|
|
|
|
2005-10-17 20:12:02 +03:00
|
|
|
http://people.via.ecp.fr/~rem/ndisc6/
|
|
|
|
|
|
|
|
config BR2_PACKAGE_TCPTRACEROUTE6
|
2005-11-05 04:16:36 +02:00
|
|
|
prompt "tcptraceroute6.................... A TCP/IPv6-based traceroute implementation"
|
|
|
|
tristate
|
2005-10-17 20:12:02 +03:00
|
|
|
default m if CONFIG_DEVEL
|
|
|
|
select BR2_COMPILE_NDISC6
|
|
|
|
help
|
|
|
|
|
|
|
|
A TCP/IPv6-based traceroute implementation
|
|
|
|
|
|
|
|
http://people.via.ecp.fr/~rem/ndisc6/
|
2005-05-24 04:51:58 +03:00
|
|
|
|
|
|
|
endmenu
|