Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
Denys Vlasenko 2024-06-01 10:51:58 +02:00
parent 41b47398f5
commit a6ce017a8a
2 changed files with 2 additions and 2 deletions

View File

@ -31,7 +31,7 @@
* Much of author's comments are still retained in the code. * Much of author's comments are still retained in the code.
* *
* Functionality removed (rationale): * Functionality removed (rationale):
* - miltiple-port ranges, randomized port scanning (use nmap) * - multiple-port ranges, randomized port scanning (use nmap)
* - telnet support (use telnet) * - telnet support (use telnet)
* - source routing * - source routing
* - multiple DNS checks * - multiple DNS checks

View File

@ -604,7 +604,7 @@ static NOINLINE int send_d6_info_request(void)
return d6_mcast_from_client_data_ifindex(&packet, opt_ptr); 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 * RFC 3315 17.1.1. Creation of Solicit Messages
* *