Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ndp: use icmp6 output code to send neigh solicits
Do not take a shortcut from ndp_ns_output to ip6_output and duplicate code. Reuse icmp6_output that already handles building the ip6_local_mbuf_data. Adjust icmp6_output to handle multicast destination addresses used for neighbour solicitations. Signed-off-by: Robin Jarry <[email protected]> Acked-by: David Marchand <[email protected]>
- Loading branch information