aboutsummaryrefslogtreecommitdiffstats
path: root/internal/testbinapi/binapi2001/.vppapi/core/ipsec_types.api.json
diff options
context:
space:
mode:
Diffstat (limited to 'internal/testbinapi/binapi2001/.vppapi/core/ipsec_types.api.json')
-rw-r--r--internal/testbinapi/binapi2001/.vppapi/core/ipsec_types.api.json493
1 files changed, 0 insertions, 493 deletions
diff --git a/internal/testbinapi/binapi2001/.vppapi/core/ipsec_types.api.json b/internal/testbinapi/binapi2001/.vppapi/core/ipsec_types.api.json
deleted file mode 100644
index a64bbcb..0000000
--- a/internal/testbinapi/binapi2001/.vppapi/core/ipsec_types.api.json
+++ /dev/null
@@ -1,493 +0,0 @@
-{
- "types": [
- [
- "address",
- [
- "vl_api_address_family_t",
- "af"
- ],
- [
- "vl_api_address_union_t",
- "un"
- ]
- ],
- [
- "prefix",
- [
- "vl_api_address_t",
- "address"
- ],
- [
- "u8",
- "len"
- ]
- ],
- [
- "mprefix",
- [
- "vl_api_address_family_t",
- "af"
- ],
- [
- "u16",
- "grp_address_length"
- ],
- [
- "vl_api_address_union_t",
- "grp_address"
- ],
- [
- "vl_api_address_union_t",
- "src_address"
- ]
- ],
- [
- "ip6_prefix",
- [
- "vl_api_ip6_address_t",
- "address"
- ],
- [
- "u8",
- "len"
- ]
- ],
- [
- "ip4_prefix",
- [
- "vl_api_ip4_address_t",
- "address"
- ],
- [
- "u8",
- "len"
- ]
- ],
- [
- "prefix_matcher",
- [
- "u8",
- "le"
- ],
- [
- "u8",
- "ge"
- ]
- ],
- [
- "key",
- [
- "u8",
- "length"
- ],
- [
- "u8",
- "data",
- 128
- ]
- ],
- [
- "ipsec_sad_entry",
- [
- "u32",
- "sad_id"
- ],
- [
- "u32",
- "spi"
- ],
- [
- "vl_api_ipsec_proto_t",
- "protocol"
- ],
- [
- "vl_api_ipsec_crypto_alg_t",
- "crypto_algorithm"
- ],
- [
- "vl_api_key_t",
- "crypto_key"
- ],
- [
- "vl_api_ipsec_integ_alg_t",
- "integrity_algorithm"
- ],
- [
- "vl_api_key_t",
- "integrity_key"
- ],
- [
- "vl_api_ipsec_sad_flags_t",
- "flags"
- ],
- [
- "vl_api_address_t",
- "tunnel_src"
- ],
- [
- "vl_api_address_t",
- "tunnel_dst"
- ],
- [
- "u32",
- "tx_table_id"
- ],
- [
- "u32",
- "salt"
- ]
- ]
- ],
- "messages": [],
- "unions": [
- [
- "address_union",
- [
- "vl_api_ip4_address_t",
- "ip4"
- ],
- [
- "vl_api_ip6_address_t",
- "ip6"
- ]
- ]
- ],
- "enums": [
- [
- "address_family",
- [
- "ADDRESS_IP4",
- 0
- ],
- [
- "ADDRESS_IP6",
- 1
- ],
- {
- "enumtype": "u32"
- }
- ],
- [
- "ip_ecn",
- [
- "IP_API_ECN_NONE",
- 0
- ],
- [
- "IP_API_ECN_ECT0",
- 1
- ],
- [
- "IP_API_ECN_ECT1",
- 2
- ],
- [
- "IP_API_ECN_CE",
- 3
- ],
- {
- "enumtype": "u8"
- }
- ],
- [
- "ip_dscp",
- [
- "IP_API_DSCP_CS0",
- 0
- ],
- [
- "IP_API_DSCP_CS1",
- 8
- ],
- [
- "IP_API_DSCP_AF11",
- 10
- ],
- [
- "IP_API_DSCP_AF12",
- 12
- ],
- [
- "IP_API_DSCP_AF13",
- 14
- ],
- [
- "IP_API_DSCP_CS2",
- 16
- ],
- [
- "IP_API_DSCP_AF21",
- 18
- ],
- [
- "IP_API_DSCP_AF22",
- 20
- ],
- [
- "IP_API_DSCP_AF23",
- 22
- ],
- [
- "IP_API_DSCP_CS3",
- 24
- ],
- [
- "IP_API_DSCP_AF31",
- 26
- ],
- [
- "IP_API_DSCP_AF32",
- 28
- ],
- [
- "IP_API_DSCP_AF33",
- 30
- ],
- [
- "IP_API_DSCP_CS4",
- 32
- ],
- [
- "IP_API_DSCP_AF41",
- 34
- ],
- [
- "IP_API_DSCP_AF42",
- 36
- ],
- [
- "IP_API_DSCP_AF43",
- 38
- ],
- [
- "IP_API_DSCP_CS5",
- 40
- ],
- [
- "IP_API_DSCP_EF",
- 46
- ],
- [
- "IP_API_DSCP_CS6",
- 48
- ],
- [
- "IP_API_DSCP_CS7",
- 50
- ],
- {
- "enumtype": "u8"
- }
- ],
- [
- "ip_proto",
- [
- "IP_API_PROTO_HOPOPT",
- 0
- ],
- [
- "IP_API_PROTO_ICMP",
- 1
- ],
- [
- "IP_API_PROTO_IGMP",
- 2
- ],
- [
- "IP_API_PROTO_TCP",
- 6
- ],
- [
- "IP_API_PROTO_UDP",
- 17
- ],
- [
- "IP_API_PROTO_GRE",
- 47
- ],
- [
- "IP_API_PROTO_AH",
- 50
- ],
- [
- "IP_API_PROTO_ESP",
- 51
- ],
- [
- "IP_API_PROTO_EIGRP",
- 88
- ],
- [
- "IP_API_PROTO_OSPF",
- 89
- ],
- [
- "IP_API_PROTO_SCTP",
- 132
- ],
- [
- "IP_API_PROTO_RESERVED",
- 255
- ],
- {
- "enumtype": "u32"
- }
- ],
- [
- "ipsec_crypto_alg",
- [
- "IPSEC_API_CRYPTO_ALG_NONE",
- 0
- ],
- [
- "IPSEC_API_CRYPTO_ALG_AES_CBC_128",
- 1
- ],
- [
- "IPSEC_API_CRYPTO_ALG_AES_CBC_192",
- 2
- ],
- [
- "IPSEC_API_CRYPTO_ALG_AES_CBC_256",
- 3
- ],
- [
- "IPSEC_API_CRYPTO_ALG_AES_CTR_128",
- 4
- ],
- [
- "IPSEC_API_CRYPTO_ALG_AES_CTR_192",
- 5
- ],
- [
- "IPSEC_API_CRYPTO_ALG_AES_CTR_256",
- 6
- ],
- [
- "IPSEC_API_CRYPTO_ALG_AES_GCM_128",
- 7
- ],
- [
- "IPSEC_API_CRYPTO_ALG_AES_GCM_192",
- 8
- ],
- [
- "IPSEC_API_CRYPTO_ALG_AES_GCM_256",
- 9
- ],
- [
- "IPSEC_API_CRYPTO_ALG_DES_CBC",
- 10
- ],
- [
- "IPSEC_API_CRYPTO_ALG_3DES_CBC",
- 11
- ],
- {
- "enumtype": "u32"
- }
- ],
- [
- "ipsec_integ_alg",
- [
- "IPSEC_API_INTEG_ALG_NONE",
- 0
- ],
- [
- "IPSEC_API_INTEG_ALG_MD5_96",
- 1
- ],
- [
- "IPSEC_API_INTEG_ALG_SHA1_96",
- 2
- ],
- [
- "IPSEC_API_INTEG_ALG_SHA_256_96",
- 3
- ],
- [
- "IPSEC_API_INTEG_ALG_SHA_256_128",
- 4
- ],
- [
- "IPSEC_API_INTEG_ALG_SHA_384_192",
- 5
- ],
- [
- "IPSEC_API_INTEG_ALG_SHA_512_256",
- 6
- ],
- {
- "enumtype": "u32"
- }
- ],
- [
- "ipsec_sad_flags",
- [
- "IPSEC_API_SAD_FLAG_NONE",
- 0
- ],
- [
- "IPSEC_API_SAD_FLAG_USE_ESN",
- 1
- ],
- [
- "IPSEC_API_SAD_FLAG_USE_ANTI_REPLAY",
- 2
- ],
- [
- "IPSEC_API_SAD_FLAG_IS_TUNNEL",
- 4
- ],
- [
- "IPSEC_API_SAD_FLAG_IS_TUNNEL_V6",
- 8
- ],
- [
- "IPSEC_API_SAD_FLAG_UDP_ENCAP",
- 16
- ],
- {
- "enumtype": "u32"
- }
- ],
- [
- "ipsec_proto",
- [
- "IPSEC_API_PROTO_ESP",
- 1
- ],
- [
- "IPSEC_API_PROTO_AH",
- 2
- ],
- {
- "enumtype": "u32"
- }
- ]
- ],
- "services": {},
- "options": {
- "version": "3.0.0"
- },
- "aliases": {
- "ip4_address": {
- "type": "u8",
- "length": 4
- },
- "ip6_address": {
- "type": "u8",
- "length": 16
- },
- "address_with_prefix": {
- "type": "vl_api_prefix_t"
- },
- "ip4_address_with_prefix": {
- "type": "vl_api_ip4_prefix_t"
- },
- "ip6_address_with_prefix": {
- "type": "vl_api_ip6_prefix_t"
- }
- },
- "vl_api_version": "0x6e9f4c73"
-}