Sorry for spamming,
After going over the acl_plugin code I understood that the prefix length must 
match the address othewise the acl_plugin doesn't accept the rules :-(

Error line ==> ret=inet_pton(AF_INET6,"fd01:: 1",&(acl->payload.r[0].dst_ 
prefix.address.un.ip6));
after changing the line to ==> rett=inet_pton(AF_INET6," *fd01: :",* 
&(acl->payload.r[0].dst_ prefix.address.un.ip6)); its started working..
I struggled some time finding out actual error. Its fine now.
//Ravi
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#20061): https://lists.fd.io/g/vpp-dev/message/20061
Mute This Topic: https://lists.fd.io/mt/85340656/21656
Mute #vapi:https://lists.fd.io/g/vpp-dev/mutehashtag/vapi
Mute #ipv6:https://lists.fd.io/g/vpp-dev/mutehashtag/ipv6
Mute #acl:https://lists.fd.io/g/vpp-dev/mutehashtag/acl
Group Owner: vpp-dev+ow...@lists.fd.io
Unsubscribe: https://lists.fd.io/g/vpp-dev/unsub [arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to