// Code generated by govpp binapi-generator DO NOT EDIT. // Package interfaces represents the VPP binary API of the 'interfaces' VPP module. // Generated from '../../bin_api/interface.api.json' package interfaces import "git.fd.io/govpp.git/api" // VlApiVersion contains version of the API. const VlAPIVersion = 0xa9b5d13 // VlibCounter represents the VPP binary API data type 'vlib_counter'. // Generated from '../../bin_api/interface.api.json', line 1296: // // "vlib_counter", // [ // "u64", // "packets" // ], // [ // "u64", // "bytes" // ], // { // "crc": "0xce2325a2" // } // type VlibCounter struct { Packets uint64 Bytes uint64 } func (*VlibCounter) GetTypeName() string { return "vlib_counter" } func (*VlibCounter) GetCrcString() string { return "ce2325a2" } // VnetCombinedCounter represents the VPP binary API data type 'vnet_combined_counter'. // Generated from '../../bin_api/interface.api.json', line 1310: // // "vnet_combined_counter", // [ // "u32", // "sw_if_index" // ], // [ // "u64", // "rx_packets" // ], // [ // "u64", // "rx_bytes" // ], // [ // "u64", // "tx_packets" // ], // [ // "u64", // "tx_bytes" // ], // { // "crc": "0x3217ba8e" // } // type VnetCombinedCounter struct { SwIfIndex uint32 RxPackets uint64 RxBytes uint64 TxPackets uint64 TxBytes uint64 } func (*VnetCombinedCounter) GetTypeName() string { return "vnet_combined_counter" } func (*VnetCombinedCounter) GetCrcString() string { return "3217ba8e" } // VnetSimpleCounter represents the VPP binary API data type 'vnet_simple_counter'. // Generated from '../../bin_api/interface.api.json', line 1336: // // "vnet_simple_counter", // [ // "u32", // "sw_if_index" // ], // [ // "u64", // "drop" // ], // [ // "u64", // "punt" // ], // [ // "u64", // "rx_ip4" // ], // [ // "u64", // "rx_ip6" // ], // [ // "u64", // "rx_no_buffer" // ], // [ // "u64", // "rx_miss" // ], // [ // "u64", // "rx_error" // ], // [ // "u64", // "tx_error" // ], // [ // "u64", // "rx_mpls" // ], // { // "crc": "0x8bd65e2d" // } // type VnetSimpleCounter struct { SwIfIndex uint32 Drop uint64 Punt uint64 RxIP4 uint64 RxIP6 uint64 RxNoBuffer uint64 RxMiss uint64 RxError uint64 TxError uint64 RxMpls uint64 } func (*VnetSimpleCounter) GetTypeName() string { return "vnet_simple_counter" } func (*VnetSimpleCounter) GetCrcString() string { return "8bd65e2d" } // SwInterfaceSetFlags represents the VPP binary API message 'sw_interface_set_flags'. // Generated from '../../bin_api/interface.api.json', line 109: // // "sw_interface_set_flags", // [ // "u16", // "_vl_msg_id" // ], // [ // "u32", // "client_index" // ], // [ // "u32", // "context" // ], // [ // "u32", // "sw_if_index" // ], // [ // "u8", // "admin_up_down" // ], // { // "crc": "0x555485f5" // } // type SwInterfaceSetFlags struct { SwIfIndex uint32 AdminUpDown uint8 } func (*SwInterfaceSetFlags) GetMessageName() string { return "sw_interface_set_flags" } func (*SwInterfaceSetFlags) GetMessageType() api.MessageType { return api.RequestMessage } func (*SwInterfaceSetFlags) GetCrcString() string { return "555485f5" } func NewSwInterfaceSetFlags() api.Message { return &SwInterfaceSetFlags{} } // SwInterfaceSetFlagsReply represents the VPP binary API message 'sw_interface_set_flags_reply'. // Generated from '../../bin_api/interface.api.json', line 135: // // "sw_interface_set_flags_reply", // [ // "u16", // "_vl_msg_id" // ], // [ // "u32", // "context" // ], // [ // "i32", // "retval" // ], // { // "crc": "0xe8d4e804" // } // type SwInterfaceSetFlagsReply struct { Retval int32 } func (*SwInterfaceSetFlagsReply) GetMessageName() string { return "sw_interface_set_flags_reply" } func (*SwInterfaceSetFlagsReply) GetMessageType() api.MessageType { return api.ReplyMessage } func (*SwInterfaceSetFlagsReply) GetCrcString() string { return "e8d4e804" } func NewSwInterfaceSetFlagsReply() api.Message { return &SwInterfaceSetFlagsReply{} } // SwInterfaceSetMtu represents the VPP binary API message 'sw_interface_set_mtu'. // Generated from '../../bin_api/interface.api.json', line 153: // // "sw_interface_set_mtu", // [ // "u16", // "_vl_msg_id" // ], // [ // "u32", // "client_index" // ], // [ // "u32", // "context" // ], // [ // "u32", // "sw_if_index" // ], // [ // "u16", // "mtu" // ], // { // "crc": "0x132da1e7" // } // type SwInterfaceSetMtu struct { SwIfIndex uint32 Mtu uint16 } func (*SwInterfaceSetMtu) GetMessageName() string { return "sw_interface_set_mtu" } func (*SwInterfaceSetMtu) GetMessageType() api.MessageType { return api.RequestMessage } func (*SwInterfaceSetMtu) GetCrcString() string { return "132da1e7" } func NewSwInterfaceSetMtu() api.Message { return &SwInterfaceSetMtu{} } // SwInterfaceSetMtuReply represents the VPP binary API message 'sw_interface_set_mtu_reply'. // Generated from '../../bin_api/interface.api.json', line 179: // // "sw_interface_set_mtu_reply", // [ // "u16", // "_vl_msg_id" // ], // [ // "u32", // "context" // ], // [ // "i32", // "retval" // ], // { // "crc": "0xe8d4e804" // } // type SwInterfaceSetMtuReply struct { Retval int32 } func (*SwInterfaceSetMtuReply) GetMessageName() string { return "sw_interface_set_mtu_reply" } func (*SwInterfaceSetMtuReply) GetMessageType() api.MessageType { return api.ReplyMessage } func (*SwInterfaceSetMtuReply) GetCrcString() string { return "e8d4e804" } func NewSwInterfaceSetMtuReply() api.Message { return &SwInterfaceSetMtuReply{} } // SwInterfaceEvent represents the VPP binary API message 'sw_interface_event'. // Generated from '../../bin_api/interface.api.json', line 197: // // "sw_interface_event", // [ // "u16", // "_vl_msg_id" // ], // [ // "u32", // "client_index" // ], // [ // "u32", // "pid" // ], // [ // "u32", // "sw_if_index" // ], // [ // "u8", // "admin_up_down" // ], // [ // "u8", // "link_up_down" // ], // [ // "u8", // "deleted" // ], // { // "crc": "0xbf9938e4" // } // type SwInterfaceEvent struct { Pid uint32 SwIfIndex uint32 AdminUpDown uint8 LinkUpDown uint8 Deleted uint8 } func (*SwInterfaceEvent) GetMessageName() string { return "sw_interface_event" } func (*SwInterfaceEvent) GetMessageType() api.MessageType { return api.EventMessage } func (*SwInterfaceEvent) GetCrcString() string { return "bf9938e4" } func NewSwInterfaceEvent() api.Message { return &SwInterfaceEvent{} } // WantInterfaceEvents represents the VPP binary API message 'want_interface_events'. // Generated from '../../bin_api/interface.api.json', line 231: // // "want_interface_events", // [ // "u16", // "_vl_msg_id" // ], // [ // "u32", // "client_index" // ], // [ // "u32", // "context" // ], // [ // "u32", // "enable_disable" // ], // [ // "u32", // "pid" // ], // { // "crc": "0x476f5a08" // } // type WantInterfaceEvents struct { EnableDisable uint32 Pid uint32 } func (*WantInterfaceEvents) GetMessageName() string { return "want_interface_events" } func (*WantInterfaceEvents) GetMessageType() api.MessageType { return api.RequestMessage } func (*WantInterfaceEvents) GetCrcString() string { return "476f5a08" } func NewWantInterfaceEvents() api.Message { return &WantInterfaceEvents{} } // WantInterfaceEventsReply represents the VPP binary API message 'want_interface_events_reply'. // Generated from '../../bin_api/interface.api.json', line 257: // // "want_interface_events_reply", // [ // "u16", // "_vl_msg_id" // ], // [ // "u32", // "context" // ], // [ // "i32", // "retval" // ], // { // "crc": "0xe8d4e804" // } // type WantInterfaceEventsReply struct { Retval int32 } func (*WantInterfaceEventsReply) GetMessageName() string { return "want_interface_events_reply" } func (*WantInterfaceEventsReply) GetMessageType() api.MessageType { return api.ReplyMessage } func (*WantInterfaceEventsReply) GetCrcString() string { return "e8d4e804" } func NewWantInterfaceEventsReply() api.Message { return &WantInterfaceEventsReply{} } // SwInterfaceDetails represents the VPP binary API message 'sw_interface_details'. // Generated from '../../bin_api/interface.api.json', line 275: // // "sw_interface_details", // [ // "u16", // "_vl_msg_id" // ], // [ // "u32", // "context" // ], // [ // "u32", // "sw_if_index" // ], // [ // "u32", // "sup_sw_if_index" // ], // [ // "u32", // "l2_address_length" // ], // [ // "u8", // "l2_address", // 8 // ], // [ // "u8", // "interface_name", // 64 // ], // [ // "u8", // "admin_up_down" // ], // [ // "u8", // "link_up_down" // ], // [ // "u8", // "link_duplex" // ], // [ // "u8", // "link_speed" // ], // [ // "u16", // "link_mtu" // ], // [ // "u32", // "sub_id" // ], // [ // "u8", // "sub_dot1ad" // ], // [ // "u8", // "sub_dot1ah" // ], // [ // "u8", // "sub_number_of_tags" // ], // [ // "u16", // "sub_outer_vlan_id" // ], // [ // "u16", // "sub_inner_vlan_id" // ], // [ // "u8", // "sub_exact_match" // ], // [ // "u8", // "sub_default" // ], // [ // "u8", // "sub_outer_vlan_id_any" // ], // [ // "u8", // "sub_inner_vlan_id_any" // ], // [ // "u32", // "vtr_op" // ], // [ // "u32", // "vtr_push_dot1q" // ], // [ // "u32", // "vtr_tag1" // ], // [ // "u32", // "vtr_tag2" // ], // [ // "u8", // "tag", // 64 // ], // [ // "u16", // "outer_tag" // ], // [ // "u8", // "b_dmac", // 6 // ], // [ // "u8", // "b_smac", // 6 // ], // [ // "u16", // "b_vlanid" // ], // [ // "u32", // "i_sid" // ], // { // "crc": "0x23dee0ff" // } // type SwInterfaceDetails struct { SwIfIndex uint32 SupSwIfIndex uint32 L2AddressLength uint32 L2Address []byte `struc:"[8]byte"` InterfaceName []byte `struc:"[64]byte"` AdminUpDown uint8 LinkUpDown uint8 LinkDuplex uint8 LinkSpeed uint8 LinkMtu uint16 SubID uint32 SubDot1ad uint8 SubDot1ah uint8 SubNumberOfTags uint8 SubOuterVlanID uint16 SubInnerVlanID uint16 SubExactMatch uint8 SubDefault uint8 SubOuterVlanIDAny uint8 SubInnerVlanIDAny uint8 VtrOp uint32 VtrPushDot1q uint32 VtrTag1 uint32 VtrTag2 uint32 Tag []byte `struc:"[64]byte"` OuterTag uint16 BDmac []byte `struc:"[6]byte"` BSmac []byte `struc:"[6]byte"` BVlanid uint16 ISid uint32 } func (*SwInterfaceDetails) GetMessageName() string { return "sw_interface_details" } func (*SwInterfaceDetails) GetMessageType() api.MessageType { return api.ReplyMessage } func (*SwInterfaceDetails) GetCrcString() string { return "23dee0ff" } func NewSwInterfaceDetails() api.Message { return &SwInterfaceDetails{} } // SwInterfaceDump represents the VPP binary API message 'sw_interface_dump'. // Generated from '../../bin_api/interface.api.json', line 414: // // "sw_interface_dump", // [ // "u16", // "_vl_msg_id" // ], // [ // "u32", // "client_index" // ], // [ // "u32", // "context" // ], // [ // "u8", // "name_filter_valid" // ], // [ // "u8", // "name_filter", // 49 // ], // { // "crc": "0x63f5e3b7" // } // type SwInterfaceDump struct { NameFilterValid uint8 NameFilter []byte `struc:"[49]byte"` } func (*SwInterfaceDump) GetMessageName() string { return "sw_interface_dump" } func (*SwInterfaceDump) GetMessageType() api.MessageType { return api.RequestMessage } func (*SwInterfaceDump) GetCrcString() string { return "63f5e3b7" } func NewSwInterfaceDump() api.Message { return &SwInterfaceDump{} } // SwInterfaceAddDelAddress represents the VPP binary API message 'sw_interface_add_del_address'. // Generated from '../../bin_api/interface.api.json', line 441: // // "sw_interface_add_del_address", // [ // "u16", // "_vl_msg_id" // ], // [ // "u32", // "client_index" // ], // [ // "u32", // "context" // ], // [ // "u32", // "sw_if_index" // ], // [ // "u8", // "is_add" // ], // [ // "u8", // "is_ipv6" // ], // [ // "u8", // "del_all" // ], // [ // "u8", // "address_length" // ], // [ // "u8", // "address", // 16 // ], // { // "crc": "0x7b583179" // } // type SwInterfaceAddDelAddress struct { SwIfIndex uint32 IsAdd uint8 IsIpv6 uint8 DelAll uint8 AddressLength uint8 Address []byte `struc:"[16]byte"` } func (*SwInterfaceAddDelAddress) GetMessageName() string { return "sw_interface_add_del_address" } func (*SwInterfaceAddDelAddress) GetMessageType() api.MessageType { return api.RequestMessage } func (*SwInterfaceAddDelAddress) GetCrcString() string { return "7b583179" } func NewSwInterfaceAddDelAddress() api.Message { return &SwInterfaceAddDelAddress{} } // SwInterfaceAddDelAddressReply represents the VPP binary API message 'sw_interface_add_del_address_reply'. // Generated from '../../bin_api/interface.api.json', line 484: // // "sw_interface_add_del_address_reply", // [ // "u16", // "_vl_msg_id" // ], // [ // "u32", // "context" // ], // [ // "i32", // "retval" // ], // { // "crc": "0xe8d4e804" // } // type SwInterfaceAddDelAddressReply struct { Retval int32 } func (*SwInterfaceAddDelAddressReply) GetMessageName() string { return "sw_interface_add_del_address_reply" } func (*SwInterfaceAddDelAddressReply) GetMessageType() api.MessageType { return api.ReplyMessage } func (*SwInterfaceAddDelAddressReply) GetCrcString() string { return "e8d4e804" } func NewSwInterfaceAddDelAddressReply() api.Message { return &SwInterfaceAddDelAddressReply{} } // SwInterfaceSetTable represents the VPP binary API message 'sw_interface_set_table'. // Generated from '../../bin_api/interface.api.json', line 502: // // "sw_interface_set_table", // [ // "u16", // "_vl_msg_id" // ], // [ // "u32", // "client_index" // ], // [ // "u32", // "context" // ], // [ // "u32", // "sw_if_index" // ], // [ // "u8", // "is_ipv6" // ], // [ // "u32", // "vrf_id" // ], // { // "crc": "0xacb25d89" // } // type SwInterfaceSetTable struct { SwIfIndex uint32 IsIpv6 uint8 VrfID uint32 } func (*SwInterfaceSetTable) GetMessageName() string { return "sw_interface_set_table" } func (*SwInterfaceSetTable) GetMessageType() api.MessageType { return api.RequestMessage } func (*SwInterfaceSetTable) GetCrcString() string { return "acb25d89" } func NewSwInterfaceSetTable() api.Message { return &SwInterfaceSetTable{} } // SwInterfaceSetTableReply represents the VPP binary API message 'sw_interface_set_table_reply'. // Generated from '../../bin_api/interface.api.json', line 532: // // "sw_interface_set_table_reply", // [ // "u16", // "_vl_msg_id" // ], // [ // "u32", // "context" // ], // [ // "i32", // "retval" // ], // { // "crc": "0xe8d4e804" // } // type SwInterfaceSetTableReply struct { Retval int32 } func (*SwInterfaceSetTableReply) GetMessageName() string { return "sw_interface_set_table_reply" } func (*SwInterfaceSetTableReply) GetMessageType() api.MessageType { return api.ReplyMessage } func (*SwInterfaceSetTableReply) GetCrcString() string { return "e8d4e804" } func NewSwInterfaceSetTableReply() api.Message { return &SwInterfaceSetTableReply{} } // SwInterfaceGetTable represents the VPP binary API message 'sw_interface_get_table'. // Generated from '../../bin_api/interface.api.json', line 550: // // "sw_interface_get_table", // [ // "u16", // "_vl_msg_id" // ], // [ // "u32", // "client_index" // ], // [ // "u32", // "context" // ], // [ // "u32", // "sw_if_index" // ], // [ // "u8", // "is_ipv6" // ], // { // "crc": "0x6b7bcd0a" // } // type SwInterfaceGetTable struct { SwIfIndex uint32 IsIpv6 uint8 } func (*SwInterfaceGetTable) GetMessageName() string { return "sw_interface_get_table" } func (*SwInterfaceGetTable) GetMessageType() api.MessageType { return api.RequestMessage } func (*SwInterfaceGetTable) GetCrcString() string { return "6b7bcd0a" } func NewSwInterfaceGetTable() api.Message { return &SwInterfaceGetTable{} } // SwInterfaceGetTableReply represents the VPP binary API message 'sw_interface_get_table_reply'. // Generated from '../../bin_api/interface.api.json', line 576: // // "sw_interface_get_table_reply", // [ // "u16", // "_vl_msg_id" // ], // [ // "u32", // "context" // ], // [ // "i32", // "retval" // ], // [ // "u32", // "vrf_id" // ], // { // "crc": "0xa6eb0109" // } // type SwInterfaceGetTableReply struct { Retval int32 VrfID uint32 } func (*SwInterfaceGetTableReply) GetMessageName() string { return "sw_interface_get_table_reply" } func (*SwInterfaceGetTableReply) GetMessageType() api.MessageType { return api.ReplyMessage } func (*SwInterfaceGetTableReply) GetCrcString() string { return "a6eb0109" } func NewSwInterfaceGetTableReply() api.Message { return &SwInterfaceGetTableReply{} } // VnetInterfaceSimpleCounters represents the VPP binary API message 'vnet_interface_simple_counters'. // Generated from '../../bin_api/interface.api.json', line 598: // // "vnet_interface_simple_counters", // [ // "u16", // "_vl_msg_id" // ], // [ // "u8", // "vnet_counter_type" // ], // [ // "u32", // "first_sw_if_index" // ], // [ // "u32", // "count" // ], // [ // "u64", // "data", // 0, // "count" // ], // { // "crc": "0x9bc4a808" // } // type VnetInterfaceSimpleCounters struct { VnetCounterType uint8 FirstSwIfIndex uint32 Count uint32 `struc:"sizeof=Data"` Data []uint64 } func (*VnetInterfaceSimpleCounters) GetMessageName() string { return "vnet_interface_simple_counters" } func (*VnetInterfaceSimpleCounters) GetMessageType() api.MessageType { return api.OtherMessage } func (*VnetInterfaceSimpleCounters) GetCrcString() string { return "9bc4a808" } func NewVnetInterfaceSimpleCounters() api.Message { return &VnetInterfaceSimpleCounters{} } // VnetInterfaceCombinedCounters represents the VPP binary API message 'vnet_interface_combined_counters'. // Generated from '../../bin_api/interface.api.json', line 626: // // "vnet_interface_combined_counters", // [ // "u16", // "_vl_msg_id" // ], // [ // "u8", // "vnet_counter_type" // ], // [ // "u32", // "first_sw_if_index" // ], // [ // "u32", // "count" // ], // [ // "vl_api_vlib_counter_t", // "data", // 0, // "count" // ], // { // "crc": "0x2c595002" // } // type VnetInterfaceCombinedCounters struct { VnetCounterType uint8 FirstSwIfIndex uint32 Count uint32 `struc:"sizeof=Data"` Data []VlibCounter } func (*VnetInterfaceCombinedCounters) GetMessageName() string { return "vnet_interface_combined_counters" } func (*VnetInterfaceCombinedCounters) GetMessageType() api.MessageType { return api.OtherMessage } func (*VnetInterfaceCombinedCounters) GetCrcString() string { return "2c595002" } func NewVnetInterfaceCombinedCounters() api.Message { return &VnetInterfaceCombinedCounters{} } // VnetPerInterfaceSimpleCounters represents the VPP binary API message 'vnet_per_interface_simple_counters'. // Generated from '../../bin_api/interface.api.json', line 654: // // "vnet_per_interface_simple_counters", // [ // "u16", // "_vl_msg_id" // ], // [ // "u32", // "count" // ], // [ // "u32", // "timestamp" // ], // [ // "vl_api_vnet_simple_counter_t", // "data", // 0, // "count" // ], // { // "crc": "0xd1fba9ba" // } // type VnetPerInterfaceSimpleCounters struct { Count uint32 `struc:"sizeof=Data"` Timestamp uint32 Data []VnetSimpleCounter } func (*VnetPerInterfaceSimpleCounters) GetMessageName() string { return "vnet_per_interface_simple_counters" } func (*VnetPerInterfaceSimpleCounters) GetMessageType() api.MessageType { return api.OtherMessage } func (*VnetPerInterfaceSimpleCounters) GetCrcString() string { return "d1fba9ba" } func NewVnetPerInterfaceSimpleCounters() api.Message { return &VnetPerInterfaceSimpleCounters{} } // VnetPerInterfaceCombinedCounters represents the VPP binary API message 'vnet_per_interface_combined_counters'. // Generated from '../../bin_api/interface.api.json', line 678: // // "vnet_per_interface_combined_counters", // [ // "u16", // "_vl_msg_id" // ], // [ // "u32", // "count" // ], // [ // "u32", // "timestamp" // ], // [ // "vl_api_vnet_combined_counter_t", // "data", // 0, // "count" // ], // { // "crc": "0xdc578375" // } // type VnetPerInterfaceCombinedCounters struct { Count uint32 `struc:"sizeof=Data"` Timestamp uint32 Data []VnetCombinedCounter } func (*VnetPerInterfaceCombinedCounters) GetMessageName() string { return "vnet_per_interface_combined_counters" } func (*VnetPerInterfaceCombinedCounters) GetMessageType() api.MessageType { return api.OtherMessage } func (*VnetPerInterfaceCombinedCounters) GetCrcString() string { return "dc578375" } func NewVnetPerInterfaceCombinedCounters() api.Message { return &VnetPerInterfaceCombinedCounters{} } // SwInterfaceSetUnnumbered represents the VPP binary API message 'sw_interface_set_unnumbered'. // Generated from '../../bin_api/interface.api.json', line 702: // // "sw_interface_set_unnumbered", // [ // "u16", // "_vl_msg_id" // ], // [ // "u32", // "client_index" // ], // [ // "u32", // "context" // ], // [ // "u32", // "sw_if_index" // ], // [ // "u32", // "unnumbered_sw_if_index" // ], // [ // "u8", // "is_add" // ], // { // "crc": "0xa2c1bbda" // } // type SwInterfaceSetUnnumbered struct { SwIfIndex uint32 UnnumberedSwIfIndex uint32 IsAdd uint8 } func (*SwInterfaceSetUnnumbered) GetMessageName() string { return "sw_interface_set_unnumbered" } func (*SwInterfaceSetUnnumbered) GetMessageType() api.MessageType { return api.RequestMessage } func (*SwInterfaceSetUnnumbered) GetCrcString() string { return "a2c1bbda" } func NewSwInterfaceSetUnnumbered() api.Message { return &SwInterfaceSetUnnumbered{} } // SwInterfaceSetUnnumberedReply represents the VPP binary API message 'sw_interface_set_unnumbered_reply'. // Generated from '../../bin_api/interface.api.json', line 732: // // "sw_interface_set_unnumbered_reply", // [ // "u16", // "_vl_msg_id" // ], // [ // "u32", // "context" // ], // [ // "i32", // "retval" // ], // { // "crc": "0xe8d4e804" // } // type SwInterfaceSetUnnumberedReply struct { Retval int32 } func (*SwInterfaceSetUnnumberedReply) GetMessageName() string { return "sw_interface_set_unnumbered_reply" } func (*SwInterfaceSetUnnumberedReply) GetMessageType() api.MessageType { return api.ReplyMessage } func (*SwInterfaceSetUnnumberedReply) GetCrcString() string { return "e8d4e804" } func NewSwInterfaceSetUnnumberedReply() api.Message { return &SwInterfaceSetUnnumberedReply{} } // SwInterfaceClearStats represents the VPP binary API message 'sw_interface_clear_stats'. // Generated from '../../bin_api/interface.api.json', line 750: // // "sw_interface_clear_stats", // [ // "u16", // "_vl_msg_id" // ], // [ // "u32", // "client_index" // ], // [ // "u32", // "context" // ], // [ // "u32", // "sw_if_index" // ], // { // "crc": "0x529cb13f" // } // type SwInterfaceClearStats struct { SwIfIndex uint32 } func (*SwInterfaceClearStats) GetMessageName() string { return "sw_interface_clear_stats" } func (*SwInterfaceClearStats) GetMessageType() api.MessageType { return api.RequestMessage } func (*SwInterfaceClearStats) GetCrcString() string { return "529cb13f" } func NewSwInterfaceClearStats() api.Message { return &SwInterfaceClearStats{} } // SwInterfaceClearStatsReply represents the VPP binary API message 'sw_interface_clear_stats_reply'. // Generated from '../../bin_api/interface.api.json', line 772: // // "sw_interface_clear_stats_reply", // [ // "u16", // "_vl_msg_id" // ], // [ // "u32", // "context" // ], // [ // "i32", // "retval" // ], // { // "crc": "0xe8d4e804" // } // type SwInterfaceClearStatsReply struct { Retval int32 } func (*SwInterfaceClearStatsReply) GetMessageName() string { return "sw_interface_clear_stats_reply" } func (*SwInterfaceClearStatsReply) GetMessageType() api.MessageType { return api.ReplyMessage } func (*SwInterfaceClearStatsReply) GetCrcString() string { return "e8d4e804" } func NewSwInterfaceClearStatsReply() api.Message { return &SwInterfaceClearStatsReply{} } // SwInterfaceTagAddDel represents the VPP binary API message 'sw_interface_tag_add_del'. // Generated from '../../bin_api/interface.api.json', line 790: // // "sw_interface_tag_add_del", // [ // "u16", // "_vl_msg_id" // ], // [ // "u32", // "client_index" // ], // [ // "u32", // "context" // ], // [ // "u8", // "is_add" // ], // [ // "u32", // "sw_if_index" // ], // [ // "u8", // "tag", // 64 // ], // { // "crc": "0x14cc636c" // } // type SwInterfaceTagAddDel struct { IsAdd uint8 SwIfIndex uint32 Tag []byte `struc:"[64]byte"` } func (*SwInterfaceTagAddDel) GetMessageName() string { return "sw_interface_tag_add_del" } func (*SwInterfaceTagAddDel) GetMessageType() api.MessageType { return api.RequestMessage } func (*SwInterfaceTagAddDel) GetCrcString() string { return "14cc636c" } func NewSwInterfaceTagAddDel() api.Message { return &SwInterfaceTagAddDel{} } // SwInterfaceTagAddDelReply represents the VPP binary API message 'sw_interface_tag_add_del_reply'. // Generated from '../../bin_api/interface.api.json', line 821: // // "sw_interface_tag_add_del_reply", // [ // "u16", // "_vl_msg_id" // ], // [ // "u32", // "context" // ], // [ // "i32", // "retval" // ], // { // "crc": "0xe8d4e804" // } // type SwInterfaceTagAddDelReply struct { Retval int32 } func (*SwInterfaceTagAddDelReply) GetMessageName() string { return "sw_interface_tag_add_del_reply" } func (*SwInterfaceTagAddDelReply) GetMessageType() api.MessageType { return api.ReplyMessage } func (*SwInterfaceTagAddDelReply) GetCrcString() string { return "e8d4e804" } func NewSwInterfaceTagAddDelReply() api.Message { return &SwInterfaceTagAddDelReply{} } // SwInterfaceSetMacAddress represents the VPP binary API message 'sw_interface_set_mac_address'. // Generated from '../../bin_api/interface.api.json', line 839: // // "sw_interface_set_mac_address", // [ // "u16", // "_vl_msg_id" // ], // [ // "u32", // "client_index" // ], // [ // "u32", // "context" // ], // [ // "u32", // "sw_if_index" // ], // [ // "u8", // "mac_address", // 6 // ], // { // "crc": "0xeed5dfca" // } // type SwInterfaceSetMacAddress struct { SwIfIndex uint32 MacAddress []byte `struc:"[6]byte"` } func (*SwInterfaceSetMacAddress) GetMessageName() string { return "sw_interface_set_mac_address" } func (*SwInterfaceSetMacAddress) GetMessageType() api.MessageType { return api.RequestMessage } func (*SwInterfaceSetMacAddress) GetCrcString() string { return "eed5dfca" } func NewSwInterfaceSetMacAddress() api.Message { return &SwInterfaceSetMacAddress{} } // SwInterfaceSetMacAddressReply represents the VPP binary API message 'sw_interface_set_mac_address_reply'. // Generated from '../../bin_api/interface.api.json', line 866: // // "sw_interface_set_mac_address_reply", // [ // "u16", // "_vl_msg_id" // ], // [ // "u32", // "context" // ], // [ // "i32", // "retval" // ], // { // "crc": "0xe8d4e804" // } // type SwInterfaceSetMacAddressReply struct { Retval int32 } func (*SwInterfaceSetMacAddressReply) GetMessageName() string { return "sw_interface_set_mac_address_reply" } func (*SwInterfaceSetMacAddressReply) GetMessageType() api.MessageType { return api.ReplyMessage } func (*SwInterfaceSetMacAddressReply) GetCrcString() string { return "e8d4e804" } func NewSwInterfaceSetMacAddressReply() api.Message { return &SwInterfaceSetMacAddressReply{} } // SwInterfaceSetRxMode represents the VPP binary API message 'sw_interface_set_rx_mode'. // Generated from '../../bin_api/interface.api.json', line 884: // // "sw_interface_set_rx_mode", // [ // "u16", // "_vl_msg_id" // ], // [ // "u32", // "client_index" // ], // [ // "u32", // "context" // ], // [ // "u32", // "sw_if_index" // ], // [ // "u8", // "queue_id_valid" // ], // [ // "u32", // "queue_id" // ], // [ // "u8", // "mode" // ], // { // "crc": "0x2a1cc58c" // } // type SwInterfaceSetRxMode struct { SwIfIndex uint32 QueueIDValid uint8 QueueID uint32 Mode uint8 } func (*SwInterfaceSetRxMode) GetMessageName() string { return "sw_interface_set_rx_mode" } func (*SwInterfaceSetRxMode) GetMessageType() api.MessageType { return api.RequestMessage } func (*SwInterfaceSetRxMode) GetCrcString() string { return "2a1cc58c" } func NewSwInterfaceSetRxMode() api.Message { return &SwInterfaceSetRxMode{} } // SwInterfaceSetRxModeReply represents the VPP binary API message 'sw_interface_set_rx_mode_reply'. // Generated from '../../bin_api/interface.api.json', line 918: // // "sw_interface_set_rx_mode_reply", // [ // "u16", // "_vl_msg_id" // ], // [ // "u32", // "context" // ], // [ // "i32", // "retval" // ], // { // "crc": "0xe8d4e804" // } // type SwInterfaceSetRxModeReply struct { Retval int32 } func (*SwInterfaceSetRxModeReply) GetMessageName() string { return "sw_interface_set_rx_mode_reply" } func (*SwInterfaceSetRxModeReply) GetMessageType() api.MessageType { return api.ReplyMessage } func (*SwInterfaceSetRxModeReply) GetCrcString() string { return "e8d4e804" } func NewSwInterfaceSetRxModeReply() api.Message { return &SwInterfaceSetRxModeReply{} } // InterfaceNameRenumber represents the VPP binary API message 'interface_name_renumber'. // Generated from '../../bin_api/interface.api.json', line 936: // // "interface_name_renumber", // [ // "u16", // "_vl_msg_id" // ], // [ // "u32", // "client_index" // ], // [ // "u32", // "context" // ], // [ // "u32", // "sw_if_index" // ], // [ // "u32", // "new_show_dev_instance" // ], // { // "crc": "0x39194269" // } // type InterfaceNameRenumber struct { SwIfIndex uint32 NewShowDevInstance uint32 } func (*InterfaceNameRenumber) GetMessageName() string { return "interface_name_renumber" } func (*InterfaceNameRenumber) GetMessageType() api.MessageType { return api.RequestMessage } func (*InterfaceNameRenumber) GetCrcString() string { return "39194269" } func NewInterfaceNameRenumber() api.Message { return &InterfaceNameRenumber{} } // InterfaceNameRenumberReply represents the VPP binary API message 'interface_name_renumber_reply'. // Generated from '../../bin_api/interface.api.json', line 962: // // "interface_name_renumber_reply", // [ // "u16", // "_vl_msg_id" // ], // [ // "u32", // "context" // ], // [ // "i32", // "retval" // ], // { // "crc": "0xe8d4e804" // } // type InterfaceNameRenumberReply struct { Retval int32 } func (*InterfaceNameRenumberReply) GetMessageName() string { return "interface_name_renumber_reply" } func (*InterfaceNameRenumberReply) GetMessageType() api.MessageType { return api.ReplyMessage } func (*InterfaceNameRenumberReply) GetCrcString() string { return "e8d4e804" } func NewInterfaceNameRenumberReply() api.Message { return &InterfaceNameRenumberReply{} } // CreateSubif represents the VPP binary API message 'create_subif'. // Generated from '../../bin_api/interface.api.json', line 980: // // "create_subif", // [ // "u16", // "_vl_msg_id" // ], // [ // "u32", // "client_index" // ], // [ // "u32", // "context" // ], // [ // "u32", // "sw_if_index" // ], // [ // "u32", // "sub_id" // ], // [ // "u8", // "no_tags" // ], // [ // "u8", // "one_tag" // ], // [ // "u8", // "two_tags" // ], // [ // "u8", // "dot1ad" // ], // [ // "u8", // "exact_match" // ], // [ // "u8", // "default_sub" // ], // [ // "u8", // "outer_vlan_id_any" // ], // [ // "u8", // "inner_vlan_id_any" // ], // [ // "u16", // "outer_vlan_id" // ], // [ // "u16", // "inner_vlan_id" // ], // { // "crc": "0x86cfe408" // } // type CreateSubif struct { SwIfIndex uint32 SubID uint32 NoTags uint8 OneTag uint8 TwoTags uint8 Dot1ad uint8 ExactMatch uint8 DefaultSub uint8 OuterVlanIDAny uint8 InnerVlanIDAny uint8 OuterVlanID uint16 InnerVlanID uint16 } func (*CreateSubif) GetMessageName() string { return "create_subif" } func (*CreateSubif) GetMessageType() api.MessageType { return api.RequestMessage } func (*CreateSubif) GetCrcString() string { return "86cfe408" } func NewCreateSubif() api.Message { return &CreateSubif{} } // CreateSubifReply represents the VPP binary API message 'create_subif_reply'. // Generated from '../../bin_api/interface.api.json', line 1046: // // "create_subif_reply", // [ // "u16", // "_vl_msg_id" // ], // [ // "u32", // "context" // ], // [ // "i32", // "retval" // ], // [ // "u32", // "sw_if_index" // ], // { // "crc": "0xfda5941f" // } // type CreateSubifReply struct { Retval int32 SwIfIndex uint32 } func (*CreateSubifReply) GetMessageName() string { return "create_subif_reply" } func (*CreateSubifReply) GetMessageType() api.MessageType { return api.ReplyMessage } func (*CreateSubifReply) GetCrcString() string { return "fda5941f" } func NewCreateSubifReply() api.Message { return &CreateSubifReply{} } // CreateVlanSubif represents the VPP binary API message 'create_vlan_subif'. // Generated from '../../bin_api/interface.api.json', line 1068: // // "create_vlan_subif", // [ // "u16", // "_vl_msg_id" // ], // [ // "u32", // "client_index" // ], // [ // "u32", // "context" // ], // [ // "u32", // "sw_if_index" // ], // [ // "u32", // "vlan_id" // ], // { // "crc": "0x70cadeda" // } // type CreateVlanSubif struct { SwIfIndex uint32 VlanID uint32 } func (*CreateVlanSubif) GetMessageName() string { return "create_vlan_subif" } func (*CreateVlanSubif) GetMessageType() api.MessageType { return api.RequestMessage } func (*CreateVlanSubif) GetCrcString() string { return "70cadeda" } func NewCreateVlanSubif() api.Message { return &CreateVlanSubif{} } // CreateVlanSubifReply represents the VPP binary API message 'create_vlan_subif_reply'. // Generated from '../../bin_api/interface.api.json', line 1094: // // "create_vlan_subif_reply", // [ // "u16", // "_vl_msg_id" // ], // [ // "u32", // "context" // ], // [ // "i32", // "retval" // ], // [ // "u32", // "sw_if_index" // ], // { // "crc": "0xfda5941f" // } // type CreateVlanSubifReply struct { Retval int32 SwIfIndex uint32 } func (*CreateVlanSubifReply) GetMessageName() string { return "create_vlan_subif_reply" } func (*CreateVlanSubifReply) GetMessageType() api.MessageType { return api.ReplyMessage } func (*CreateVlanSubifReply) GetCrcString() string { return "fda5941f" } func NewCreateVlanSubifReply() api.Message { return &CreateVlanSubifReply{} } // DeleteSubif represents the VPP binary API message 'delete_subif'. // Generated from '../../bin_api/interface.api.json', line 1116: // // "delete_subif", // [ // "u16", // "_vl_msg_id" // ], // [ // "u32", // "client_index" // ], // [ // "u32", // "context" // ], // [ // "u32", // "sw_if_index" // ], // { // "crc": "0x529cb13f" // } // type DeleteSubif struct { SwIfIndex uint32 } func (*DeleteSubif) GetMessageName() string { return "delete_subif" } func (*DeleteSubif) GetMessageType() api.MessageType { return api.RequestMessage } func (*DeleteSubif) GetCrcString() string { return "529cb13f" } func NewDeleteSubif() api.Message { return &DeleteSubif{} } // DeleteSubifReply represents the VPP binary API message 'delete_subif_reply'. // Generated from '../../bin_api/interface.api.json', line 1138: // // "delete_subif_reply", // [ // "u16", // "_vl_msg_id" // ], // [ // "u32", // "context" // ], // [ // "i32", // "retval" // ], // { // "crc": "0xe8d4e804" // } // type DeleteSubifReply struct { Retval int32 } func (*DeleteSubifReply) GetMessageName() string { return "delete_subif_reply" } func (*DeleteSubifReply) GetMessageType() api.MessageType { return api.ReplyMessage } func (*DeleteSubifReply) GetCrcString() string { return "e8d4e804" } func NewDeleteSubifReply() api.Message { return &DeleteSubifReply{} } // CreateLoopback represents the VPP binary API message 'create_loopback'. // Generated from '../../bin_api/interface.api.json', line 1156: // // "create_loopback", // [ // "u16", // "_vl_msg_id" // ], // [ // "u32", // "client_index" // ], // [ // "u32", // "context" // ], // [ // "u8", // "mac_address", // 6 // ], // { // "crc": "0x3b54129c" // } // type CreateLoopback struct { MacAddress []byte `struc:"[6]byte"` } func (*CreateLoopback) GetMessageName() string { return "create_loopback" } func (*CreateLoopback) GetMessageType() api.MessageType { return api.RequestMessage } func (*CreateLoopback) GetCrcString() string { return "3b54129c" } func NewCreateLoopback() api.Message { return &CreateLoopback{} } // CreateLoopbackReply represents the VPP binary API message 'create_loopback_reply'. // Generated from '../../bin_api/interface.api.json', line 1179: // // "create_loopback_reply", // [ // "u16", // "_vl_msg_id" // ], // [ // "u32", // "context" // ], // [ // "i32", // "retval" // ], // [ // "u32", // "sw_if_index" // ], // { // "crc": "0xfda5941f" // } // type CreateLoopbackReply struct { Retval int32 SwIfIndex uint32 } func (*CreateLoopbackReply) GetMessageName() string { return "create_loopback_reply" } func (*CreateLoopbackReply) GetMessageType() api.MessageType { return api.ReplyMessage } func (*CreateLoopbackReply) GetCrcString() string { return "fda5941f" } func NewCreateLoopbackReply() api.Message { return &CreateLoopbackReply{} } // CreateLoopbackInstance represents the VPP binary API message 'create_loopback_instance'. // Generated from '../../bin_api/interface.api.json', line 1201: // // "create_loopback_instance", // [ // "u16", // "_vl_msg_id" // ], // [ // "u32", // "client_index" // ], // [ // "u32", // "context" // ], // [ // "u8", // "mac_address", // 6 // ], // [ // "u8", // "is_specified" // ], // [ // "u32", // "user_instance" // ], // { // "crc": "0x7bbd53b6" // } // type CreateLoopbackInstance struct { MacAddress []byte `struc:"[6]byte"` IsSpecified uint8 UserInstance uint32 } func (*CreateLoopbackInstance) GetMessageName() string { return "create_loopback_instance" } func (*CreateLoopbackInstance) GetMessageType() api.MessageType { return api.RequestMessage } func (*CreateLoopbackInstance) GetCrcString() string { return "7bbd53b6" } func NewCreateLoopbackInstance() api.Message { return &CreateLoopbackInstance{} } // CreateLoopbackInstanceReply represents the VPP binary API message 'create_loopback_instance_reply'. // Generated from '../../bin_api/interface.api.json', line 1232: // // "create_loopback_instance_reply", // [ // "u16", // "_vl_msg_id" // ], // [ // "u32", // "context" // ], // [ // "i32", // "retval" // ], // [ // "u32", // "sw_if_index" // ], // { // "crc": "0xfda5941f" // } // type CreateLoopbackInstanceReply struct { Retval int32 SwIfIndex uint32 } func (*CreateLoopbackInstanceReply) GetMessageName() string { return "create_loopback_instance_reply" } func (*CreateLoopbackInstanceReply) GetMessageType() api.MessageType { return api.ReplyMessage } func (*CreateLoopbackInstanceReply) GetCrcString() string { return "fda5941f" } func NewCreateLoopbackInstanceReply() api.Message { return &CreateLoopbackInstanceReply{} } // DeleteLoopback represents the VPP binary API message 'delete_loopback'. // Generated from '../../bin_api/interface.api.json', line 1254: // // "delete_loopback", // [ // "u16", // "_vl_msg_id" // ], // [ // "u32", // "client_index" // ], // [ // "u32", // "context" // ], // [ // "u32", // "sw_if_index" // ], // { // "crc": "0x529cb13f" // } // type DeleteLoopback struct { SwIfIndex uint32 } func (*DeleteLoopback) GetMessageName() string { return "delete_loopback" } func (*DeleteLoopback) GetMessageType() api.MessageType { return api.RequestMessage } func (*DeleteLoopback) GetCrcString() string { return "529cb13f" } func NewDeleteLoopback() api.Message { return &DeleteLoopback{} } // DeleteLoopbackReply represents the VPP binary API message 'delete_loopback_reply'. // Generated from '../../bin_api/interface.api.json', line 1276: // // "delete_loopback_reply", // [ // "u16", // "_vl_msg_id" // ], // [ // "u32", // "context" // ], // [ // "i32", // "retval" // ], // { // "crc": "0xe8d4e804" // } // type DeleteLoopbackReply struct { Retval int32 } func (*DeleteLoopbackReply) GetMessageName() string { return "delete_loopback_reply" } func (*DeleteLoopbackReply) GetMessageType() api.MessageType { return api.ReplyMessage } func (*DeleteLoopbackReply) GetCrcString() string { return "e8d4e804" } func NewDeleteLoopbackReply() api.Message { return &DeleteLoopbackReply{} }