pub fn build_ipv6(
src: &Ipv6Address,
dst: &Ipv6Address,
next_header: u8,
payload: &[u8],
) -> Vec<u8>Expand description
Build an IPv6 packet with the given parameters.
Returns a complete IPv6 packet (header + payload) as a Vec<u8>.