diff options
Diffstat (limited to 'resources/api/vpp/supported_crcs.yaml')
-rw-r--r-- | resources/api/vpp/supported_crcs.yaml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/resources/api/vpp/supported_crcs.yaml b/resources/api/vpp/supported_crcs.yaml index c1bd07b02a..1e4904e678 100644 --- a/resources/api/vpp/supported_crcs.yaml +++ b/resources/api/vpp/supported_crcs.yaml @@ -65,6 +65,20 @@ create_vhost_user_if_reply: '0xfda5941f' # dev create_vlan_subif: '0x70cadeda' # virl create_vlan_subif_reply: '0xfda5941f' # virl + gbp_bridge_domain_add: '0x70f1069c' # perf + gbp_bridge_domain_add_reply: '0xe8d4e804' # perf + gbp_route_domain_add: '0x355b67c0' # perf + gbp_route_domain_add_reply: '0xe8d4e804' # perf + gbp_endpoint_add: '0x6003c704' # perf + gbp_endpoint_add_reply: '0x1dd3ff3e' # perf + gbp_endpoint_group_add: '0x1031b376' # perf + gbp_endpoint_group_add_reply: '0xe8d4e804' # perf + gbp_subnet_add_del: '0x4be859ed' # perf + gbp_subnet_add_del_reply: '0xe8d4e804' # perf + gbp_contract_add_del: '0xc64310d2' # perf + gbp_contract_add_del_reply: '0x1992deab' # perf + gbp_ext_itf_add_del: '0x6995e85f' # perf + gbp_ext_itf_add_del_reply: '0xe8d4e804' # perf gre_tunnel_add_del: '0x04199f47' # virl gre_tunnel_add_del_reply: '0x903324db' # virl gpe_enable_disable: '0xeb0e943b' # virl |