Ask for dst_addr in neighbor solicitation request

This commit is contained in:
Vlad Krasnov 2021-02-09 14:07:57 -05:00
parent b143c5d69d
commit c6f7163638
1 changed files with 1 additions and 1 deletions

View File

@ -1595,7 +1595,7 @@ impl<'a> InterfaceInner<'a> {
dst_addr);
let solicit = Icmpv6Repr::Ndisc(NdiscRepr::NeighborSolicit {
target_addr: src_addr,
target_addr: dst_addr,
lladdr: Some(self.ethernet_addr),
});