pub fn ndp_advertise(
src: &Ipv6Address,
dst: &Ipv6Address,
target: &Ipv6Address,
mac: &MacAddress,
solicited: bool,
override_flag: bool,
) -> Vec<u8>Expand description
Build a Neighbor Advertisement message.
Sent in response to a Neighbor Solicitation, or unsolicited to announce changes.