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
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
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
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
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