You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Validate inbound unnumbered BGP peers against the NDP-discovered
neighbor before resolving them to an interface session.
- Drop unknown inbound BGP peers in the dispatcher accept loop instead
of treating them as listener errors and rebinding.
- Fix multicast Router Solicitation checksum generation to use the
all-routers destination (ff02::2) in the ICMPv6 pseudo-header.
- Add regression tests for unnumbered inbound peer resolution:
- discovered link-local peer uses the interface key
- undiscovered/mismatched/inactive/error cases fall back to IP key
- Add NDP checksum regression tests for RS all-routers multicast and RA
all-nodes multicast behavior.
- Delete unnumbered neighbor DB state before tearing down runtime
BGP/NDP state, matching numbered neighbor deletion ordering.
- Report unnumbered peer expiry using the same reachable-time semantics
as runtime neighbor usability, rather than router-lifetime.
Fixes: #802
Signed-off-by: Trey Aspelund <trey@oxidecomputer.com>
0 commit comments