Re: [vpp-dev] Programming(add/del/mod) ACLs from another plugin

2019-05-23 Thread Satya Murthy
Hi Neale, Thank you very much for the reply. The main problem that we are facing is: The plugin that we are planning to develop need to configure the classification rules dynamically ( ACLs ). Hence, we can not use VPP-API approach to configure the ACLs first. We need to add the ACLs based on

Re: [vpp-dev] Programming(add/del/mod) ACLs from another plugin

2019-05-23 Thread Neale Ranns via Lists.Fd.Io
. This separation means that the ABF/GBP plugins do not need to reimplement the rich ACL API, which is a major benefit. Is this an approach you could also take? /neale De : au nom de Satya Murthy Date : jeudi 23 mai 2019 à 12:29 À : "vpp-dev@lists.fd.io" Objet : [vpp-dev] Programming(a

[vpp-dev] Programming(add/del/mod) ACLs from another plugin

2019-05-23 Thread Satya Murthy
Hi , We are planning to use "ACL as a service" framework using the lookup contexts for performing packet classifications from our custom plugin. While this seem to be achievable, we have one issue at our hand. We would like to program the ACLs ( add/delete of ACL rules ) also from our custom