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
IPv6 gateway traffic (DHCPv6/ICMP) fails when VPP takes over the uplink.
- Without gateway ND proxy, host NS for the default gateway is dropped by VPP
with "neighbor solicitations for unknown targets" error due to missing /128
target entry in the tap FIB.
Fix:
- Enable ND proxy for the gateway on the tap so the host can resolve the
gateway via VPP.
Signed-off-by: Aritra Basu <[email protected]>
0 commit comments