Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 14 Feb 2021 13:32:16 +0000
From:      bugzilla-noreply@freebsd.org
To:        net@FreeBSD.org
Subject:   [Bug 253469] IPv6 default route vanishes
Message-ID:  <bug-253469-7501-hfHJyoyILR@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-253469-7501@https.bugs.freebsd.org/bugzilla/>
References:  <bug-253469-7501@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D253469

--- Comment #9 from Alexander V. Chernikov <melifaro@FreeBSD.org> ---
Good.
So from ICMP6 input histogram, it can be seen we received these RA messages.
Do you see multiple messages "nd6_options: unsupported option 24 - option
ignored
"?

As far as I understand, RA messages are received by the nd6_ra_input(),
processed halfway there (as nd6_options() is called and likely does not fai=
l).
The next part it can fail is enabled forwarding (net.inet6.ip6.forwarding).
Do you have it turned off (or have net.inet6.ip6.rfc6204w3 turned on)?

If forwarding is turned off, do you mind sharing
"ndp -i re0" and showing input RA message?

e.g. "tcpdump -i re0 -lnpvvs0 icmp6"

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-253469-7501-hfHJyoyILR>