Re: [vpp-dev] Regarding DPO object

2021-06-17 Thread Neale Ranns
Kumar Date: Thursday, 17 June 2021 at 13:08 To: Neale Ranns Cc: vpp-dev Subject: Re: [vpp-dev] Regarding DPO object Hi Neale, I saw the code of abf_plicy_cmd() function. I was hoping to see something related to DPO in the function unformat_fib_route_path() which parses the ABF CLI. But I did not

Re: [vpp-dev] Regarding DPO object

2021-06-17 Thread Vijay Kumar
flag to do this. > > > > /neale > > > > > > *From: *Vijay Kumar > *Date: *Wednesday, 16 June 2021 at 16:28 > *To: *Neale Ranns > *Cc: *vpp-dev > *Subject: *Re: [vpp-dev] Regarding DPO object > > Hi Neale, > > > > The ABF is ACL based matching and f

Re: [vpp-dev] Regarding DPO object

2021-06-16 Thread Neale Ranns
2021 at 16:28 To: Neale Ranns Cc: vpp-dev Subject: Re: [vpp-dev] Regarding DPO object Hi Neale, The ABF is ACL based matching and forwarding plugin right. This would allow one to match a packet with ACL and forward it on a configured outbound interface. My case is different, I don't wa

Re: [vpp-dev] Regarding DPO object

2021-06-16 Thread Vijay Kumar
Hi Neale, The ABF is ACL based matching and forwarding plugin right. This would allow one to match a packet with ACL and forward it on a configured outbound interface. My case is different, I don't want to match ACL and forward packets out on an interface. I want the packet matching a certain SRC

Re: [vpp-dev] Regarding DPO object

2021-06-16 Thread Neale Ranns
Hi Vijay, The FIB will only match against a destination prefix. If you want to use DPOs with more complex matching, try the ABF plugin. /neale From: vpp-dev@lists.fd.io on behalf of Vijay Kumar via lists.fd.io Date: Wednesday, 16 June 2021 at 15:04 To: vpp-dev Subject: [vpp-dev] Regarding