X-Git-Url: https://gerrit.fd.io/r/gitweb?p=govpp.git;a=blobdiff_plain;f=internal%2Ftestbinapi%2Fbinapi2001%2F.vppapi%2Fcore%2Fpolicer.api.json;fp=internal%2Ftestbinapi%2Fbinapi2001%2F.vppapi%2Fcore%2Fpolicer.api.json;h=0000000000000000000000000000000000000000;hp=1a3f2ba9e6b1a799a9f01c6673ec805807a1bb7d;hb=e9567fa8c853dda16c54afbd2ba99b7263fa37f1;hpb=4102c72bce694babd94a481b1201d33895a6f9c5 diff --git a/internal/testbinapi/binapi2001/.vppapi/core/policer.api.json b/internal/testbinapi/binapi2001/.vppapi/core/policer.api.json deleted file mode 100644 index 1a3f2ba..0000000 --- a/internal/testbinapi/binapi2001/.vppapi/core/policer.api.json +++ /dev/null @@ -1,264 +0,0 @@ -{ - "types": [], - "messages": [ - [ - "policer_add_del", - [ - "u16", - "_vl_msg_id" - ], - [ - "u32", - "client_index" - ], - [ - "u32", - "context" - ], - [ - "u8", - "is_add" - ], - [ - "u8", - "name", - 64 - ], - [ - "u32", - "cir" - ], - [ - "u32", - "eir" - ], - [ - "u64", - "cb" - ], - [ - "u64", - "eb" - ], - [ - "u8", - "rate_type" - ], - [ - "u8", - "round_type" - ], - [ - "u8", - "type" - ], - [ - "u8", - "color_aware" - ], - [ - "u8", - "conform_action_type" - ], - [ - "u8", - "conform_dscp" - ], - [ - "u8", - "exceed_action_type" - ], - [ - "u8", - "exceed_dscp" - ], - [ - "u8", - "violate_action_type" - ], - [ - "u8", - "violate_dscp" - ], - { - "crc": "0xdfea2be8" - } - ], - [ - "policer_add_del_reply", - [ - "u16", - "_vl_msg_id" - ], - [ - "u32", - "context" - ], - [ - "i32", - "retval" - ], - [ - "u32", - "policer_index" - ], - { - "crc": "0xa177cef2" - } - ], - [ - "policer_dump", - [ - "u16", - "_vl_msg_id" - ], - [ - "u32", - "client_index" - ], - [ - "u32", - "context" - ], - [ - "u8", - "match_name_valid" - ], - [ - "u8", - "match_name", - 64 - ], - { - "crc": "0x8be04d34" - } - ], - [ - "policer_details", - [ - "u16", - "_vl_msg_id" - ], - [ - "u32", - "context" - ], - [ - "u8", - "name", - 64 - ], - [ - "u32", - "cir" - ], - [ - "u32", - "eir" - ], - [ - "u64", - "cb" - ], - [ - "u64", - "eb" - ], - [ - "u8", - "rate_type" - ], - [ - "u8", - "round_type" - ], - [ - "u8", - "type" - ], - [ - "u8", - "conform_action_type" - ], - [ - "u8", - "conform_dscp" - ], - [ - "u8", - "exceed_action_type" - ], - [ - "u8", - "exceed_dscp" - ], - [ - "u8", - "violate_action_type" - ], - [ - "u8", - "violate_dscp" - ], - [ - "u8", - "single_rate" - ], - [ - "u8", - "color_aware" - ], - [ - "u32", - "scale" - ], - [ - "u32", - "cir_tokens_per_period" - ], - [ - "u32", - "pir_tokens_per_period" - ], - [ - "u32", - "current_limit" - ], - [ - "u32", - "current_bucket" - ], - [ - "u32", - "extended_limit" - ], - [ - "u32", - "extended_bucket" - ], - [ - "u64", - "last_update_time" - ], - { - "crc": "0xff2765f0" - } - ] - ], - "unions": [], - "enums": [], - "services": { - "policer_add_del": { - "reply": "policer_add_del_reply" - }, - "policer_dump": { - "reply": "policer_details", - "stream": true - } - }, - "options": { - "version": "1.0.0" - }, - "aliases": {}, - "vl_api_version": "0x4218ed4f" -}