Hi ,
When i remove acl from interface, its node graph doesnt revert back to
original state.
#vppctl show vlib graph acl-plugin-in-ip4-fa
Name Next Previous
acl-plugin-in-ip4-fa error-drop [0]
//ADD ACl
vat# acl_add_replace ipv4 permit
vl_api_acl_add_replace_reply_t_handler:108: ACL index: 0
//ATTACH to interface
vat# acl_interface_add_del sw_if_index 2 add input acl 0
//CHECK if acl's vpp node graph has changed
#vppctl show vlib graph acl-plugin-in-ip4-fa
Name Next Previous
acl-plugin-in-ip4-fa error-drop [0]
ip4-mpls-label-disposition
ip4-lookup [1]
ip4-mpls-label-disposition
ip4-input-no-checksum
ip4-input
//DEL ACL
vat# acl_interface_add_del sw_if_index 2 del input acl 0
//CHECK if acl's vpp node graph has reverted back
#vppctl show vlib graph acl-plugin-in-ip4-fa
Name Next
Previous
acl-plugin-in-ip4-fa error-drop [0]
ip4-mpls-label-disposition
ip4-lookup [1]
ip4-mpls-label-disposition
ip4-input-no-checksum
ip4-input
Regards,
Deepak Kumar Ch
--
Regards,
Deepak Kumar Ch
“We judge ourselves by our intentions and others by their actions.”-
Stephen M.R. Covey
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#10352): https://lists.fd.io/g/vpp-dev/message/10352
Mute This Topic: https://lists.fd.io/mt/25178343/21656
Group Owner: [email protected]
Unsubscribe: https://lists.fd.io/g/vpp-dev/unsub [[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-