Re: [vpp-dev] VPP interface configured under VRF is recognized as default VRF interface on FRR #vpp-dev

2022-03-10 Thread suresh vuppala
Thanks Matt and Pim. When I added routes in kernal table it started working under vrf Thanks and regards, Suresh V -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#21002): https://lists.fd.io/g/vpp-dev/message/21002 Mute This Topic: https://lists.fd

Re: [vpp-dev] VPP interface configured under VRF is recognized as default VRF interface on FRR #vpp-dev

2022-03-10 Thread Matthew Smith via lists.fd.io
Hi Suresh, The linux-cp/linux-nl plugins will not automatically manage assignments of interfaces to a VRF/table, but you can use iproute2 commands to create a VRF and move the tap to it. Using table 1 and host interface lo5007 from your example, these commands would associate that interface with

Re: [vpp-dev] VPP interface configured under VRF is recognized as default VRF interface on FRR #vpp-dev

2022-03-10 Thread Pim van Pelt
Hoi, Multiple VPP tables (and relatedly in Linux, multiple network namespaces) are not supported in Linux Control Plane plugin. groet, Pim On Thu, Mar 10, 2022 at 3:27 AM suresh vuppala wrote: > HI VPP dev, > > I have a loop configured under a vrf 1 in VPP. I need this interface to > write i

[vpp-dev] VPP interface configured under VRF is recognized as default VRF interface on FRR #vpp-dev

2022-03-09 Thread suresh vuppala
HI VPP dev, I have a loop configured under a vrf 1 in VPP. I need this interface to write into linux so it can be read by FRR as interface in vrf 1. I have configured as below but FRR still sees lo5007 in default vrf. ip table add 1 set interface ip table loop5007 *1* lcp create loop5007 host