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(...) inside ipaddress to get the swIfIndex to set the IP-address.
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(...)
insideipaddress
to get the swIfIndex to set the IP-address.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: