Fix compatibility with latest master (20.01-rc0)
[govpp.git] / examples / binapi / interfaces / interfaces.ba.go
index 958f78e..b0eb978 100644 (file)
@@ -24,9 +24,9 @@ const (
        // ModuleName is the name of this module.
        ModuleName = "interface"
        // APIVersion is the API version of this module.
-       APIVersion = "2.2.0"
+       APIVersion = "2.3.1"
        // VersionCrc is the CRC of this module.
-       VersionCrc = 0x672de521
+       VersionCrc = 0x6aab37be
 )
 
 // InterfaceIndex represents VPP binary API alias 'interface_index'.
@@ -435,6 +435,7 @@ func (*SwInterfaceDetails) GetMessageType() api.MessageType {
 
 // SwInterfaceDump represents VPP binary API message 'sw_interface_dump'.
 type SwInterfaceDump struct {
+       SwIfIndex       InterfaceIndex
        NameFilterValid uint8
        NameFilter      []byte `struc:"[49]byte"`
 }
@@ -443,7 +444,7 @@ func (*SwInterfaceDump) GetMessageName() string {
        return "sw_interface_dump"
 }
 func (*SwInterfaceDump) GetCrcString() string {
-       return "63f5e3b7"
+       return "052753c5"
 }
 func (*SwInterfaceDump) GetMessageType() api.MessageType {
        return api.RequestMessage