Oops looks like I forgot to reply to the chain when I sent my previous email -
sent it directly to Ole instead!! Going to have to get used to this mailing
board thing!
Thank you very much Ole for your suggestion - really appreciate you taking the
time out of your day to reply! For posterities
I have a little program using binary API to configure VPP (v21.06). It's
written in C. When VPP restarts, it needs to re-configure VPP. I noticed after
VPP restarts, all API calls have no reply. So I tried to disconnect, then
connect again. After first restart, everything works fine. But the sec
Hi, and welcome!
> ip route add /32 via
The “via” should be the address of the next-hop, not the locally assigned
interface address.
If the default router has an address within that /29 you don’t need this route
at all, just the default route via the default router address.
Hope that helps