[vpp-dev] VPP handles deleting ACL's and MACIP's differently

2018-11-05 Thread Stephen Jones
VPP handles deleting ACL's and MACIP's differently. In the file /vpp/src/plugins/acl/acl.c The function `acl_del_list` checks to see if the ACL being deleted is being referenced by an interface and returns an error if it is. The function `macip_acl_del_list` will remove the MACIP and remove a

Re: [vpp-dev] VPP handles deleting ACL's and MACIP's differently

2018-11-05 Thread Andrew Yourtchenko
Hi Stephen, Yeah I think the current behavior with the “acl_del_list” was what we arrived to after the discussion on the list, but the macip ACL behavior never got updated. One can harmonize the behavior, though to ensure no pain it would take some time - 1) add a startup config variable (off