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
{{ message }}
This repository was archived by the owner on Apr 8, 2025. It is now read-only.
// This structure is a union of all the VPP data (for all types of
54
53
// interfaces) that need to be preserved for later use.
55
54
typeVppSavedDatastruct {
56
-
l2SwIfIndex l2.InterfaceIndex`json:"swIfIndex"`
57
-
interfaceSwIfIndex interfaces.InterfaceIndex`json:"swIfIndex"`// Software Index, used to access the created interface, needed to delete interface.
55
+
interfaceSwIfIndex interface_types.InterfaceIndex`json:"swIfIndex"`// Software Index, used to access the created interface, needed to delete interface.
58
56
MemifSocketIduint32`json:"memifSocketId"`// Memif SocketId, used to access the created memif Socket File, used for debug only.
0 commit comments