You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are currently using ifindex.Load(...)insideup chain element to get the swIfIndex to up the interface.
For loopback interface we need to use loopback.Load instead of ifindex.Load
Context
networkservicemesh/cmd-nse-vl3-vpp#1
Description
We are currently using
ifindex.Load(...)
insideup
chain element to get theswIfIndex
to up the interface.For
loopback
interface we need to useloopback.Load
instead ofifindex.Load
To make this possible, we need to add the option:
The text was updated successfully, but these errors were encountered: