https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=195197

--- Comment #7 from guy...@gmail.com ---
It fixes the example but there is another scenario that still panics.

# set static ula so can access host even if router is down
ifconfig vtnet0 inet6 fdXX:: eui64

# enable accept_rtadv to learn global address via ra
# rtadvd set to publish fdXX:: so learns ula prefix via ra too
ifconfig vtnet0 inet6 accept_rtadv

# request ra to learn the prefixes from the router
rtsol vtnet0

# flush
ndp -P

In this scenario, when learning fdXX:: prefix via ra it will set ndpr_advrtrs
but the prefix is associated with an address without IN6_IFF_AUTOCONF so the
address won't be purged.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
freebsd-net@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-net
To unsubscribe, send any mail to "freebsd-net-unsubscr...@freebsd.org"

Reply via email to