Skip to content

Commit

Permalink
ndp: use icmp6 output code to send neigh solicits
Browse files Browse the repository at this point in the history
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
rjarry committed Jan 27, 2025
1 parent f66fc23 commit ece5919
Show file tree
Hide file tree
Showing 3 changed files with 237 additions and 229 deletions.
Loading

0 comments on commit ece5919

Please sign in to comment.