mirror of https://github.com/mirror/busybox.git
parent
41b47398f5
commit
a6ce017a8a
|
@ -31,7 +31,7 @@
|
|||
* Much of author's comments are still retained in the code.
|
||||
*
|
||||
* Functionality removed (rationale):
|
||||
* - miltiple-port ranges, randomized port scanning (use nmap)
|
||||
* - multiple-port ranges, randomized port scanning (use nmap)
|
||||
* - telnet support (use telnet)
|
||||
* - source routing
|
||||
* - multiple DNS checks
|
||||
|
|
|
@ -604,7 +604,7 @@ static NOINLINE int send_d6_info_request(void)
|
|||
return d6_mcast_from_client_data_ifindex(&packet, opt_ptr);
|
||||
}
|
||||
|
||||
/* Milticast a DHCPv6 Solicit packet to the network, with an optionally requested IP.
|
||||
/* Multicast a DHCPv6 Solicit packet to the network, with an optionally requested IP.
|
||||
*
|
||||
* RFC 3315 17.1.1. Creation of Solicit Messages
|
||||
*
|
||||
|
|
Loading…
Reference in New Issue