Re: [vpp-dev] Is BGP or OSFP support in VPP

2022-09-12 Thread Vijay Kumar
Hi Ole, Thank you for the clarification. On Mon, 12 Sep 2022, 16:20 Ole Troan, wrote: > Vijay, > > VPP is a data plane. > There are various ways of integrating with routing protocols. The simplest > is likely to use the linux-cp plugin and use linux as the control plane. > > Best regards, >

Re: [vpp-dev] Is BGP or OSFP support in VPP

2022-09-12 Thread Ole Troan
Vijay, VPP is a data plane. There are various ways of integrating with routing protocols. The simplest is likely to use the linux-cp plugin and use linux as the control plane. Best regards, Ole > On 12 Sep 2022, at 08:38, Vijay Kumar wrote: > >  > Hi, > > Based on exploring the files/fold

[vpp-dev] Is BGP or OSFP support in VPP

2022-09-11 Thread Vijay Kumar
Hi, Based on exploring the files/folder in the source code that I downloaded, it is very much clear that there is no support for dynamic routing in VPP right now. I believe right now, the only option to route traffic from VPP is by adding the static routes. Is there any plan to support BGP or OS