2005-10-17 20:12:02 +03: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-05-24 04:51:58 +03:00
|
|
|
bool
|
|
|
|
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-10-17 20:12:02 +03:00
|
|
|
tristate "ndisc6 - an ICMPv6 neighbour discovery tool"
|
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-10-17 20:12:02 +03:00
|
|
|
tristate "rdisc6 - an ICMPv6 router discovery tool"
|
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
|
|
|
|
tristate "tcptraceroute6 - a TCP/IPv6-based traceroute implementation"
|
|
|
|
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
|