On Sat, 2017-06-17 at 11:27 +0200, Andrew 👽 Yourtchenko wrote:
> Perfect, thanks a lot!
>
> I've pushed the update https://gerrit.fd.io/r/#/c/6858/10 which
> codifies all of our discussion.
>
> With that change, both applying an inexistent ACL and deleting the ACL
> that is applied somewhere wil
Couple of potential issues which I see:
1.) if this buffer is generated by vpp, it should be flagged as such
(b->flags |= VNET_BUFFER_LOCALLY_ORIGINATED;)
2.) I don't see it passed to another node - you need to create a frame
and associate the buffer with it, then pass the frame to the next node,
Hi guys,
I am testing ipsec in vpp. Does VPP support configuring the 16 mask in tunnel
mode?
When I set the protect range with mask 16 in tunnel mode ,the memory out of
bounds will occure。
I've found two places that cause memory out of bounds:
1. the place Evp encryption fill alignment (EVP_En