pub async fn wait_for_v6_ll(
    interfaces_state: &StateProxy,
    id: u64
) -> Result<Ipv6Addr>
Expand description

Wait until there is an IPv6 link-local address assigned to the interface identified by id.

If there are multiple IPv6 link-local addresses assigned, the choice of which particular address to return is arbitrary and should not be relied upon.

Note that if a netemul::TestInterface is available, helpers on said type should be preferred over using this function.