Re: [vpp-dev] VPP LCP Route Not Reflecting After Interface State Change

2023-03-26 Thread Christopher Adigun
I was not able to use *linux_cp/linux_nl* (vpp 23.02-release) because with the same config, the interfaces are not even coming up, that is why I switched back to *lcpng_if_plugin and lcpng_nl_plugin* On Sun, Mar 26, 2023 at 11:38 AM Pim van Pelt via lists.fd.io wrote: > Hoi, > > Does the same b

Re: [vpp-dev] VPP LCP Route Not Reflecting After Interface State Change

2023-03-26 Thread Pim van Pelt via lists.fd.io
Hoi, Does the same behavior happen with linux_cp_plugin and linux_nl_plugin enabled instead? I saw a change in linux_cp that will walk the fib and remove routes associated with down interfaces; and I think this is because FRR does not remove them while Bird does. Can you try with linux_cp/linux_nl