vpp-agent
vpp-agent copied to clipboard
Can I watch Interfaces changed with NatHandler.
I need add snat for tap or subinterface;but only get Interface and index when vpp-agent start. After start, I add some tap or subinterfaces. Then I can't get index of interface though swIfIndexes.LookupByName.
How can I resolve it ,Thanks