diff options
author | Neale Ranns <nranns@cisco.com> | 2019-03-12 04:34:53 -0700 |
---|---|---|
committer | Neale Ranns <nranns@cisco.com> | 2019-03-12 15:45:25 +0000 |
commit | fa0ac2c5668cb8f387a8e16dcf8d2d7154a09fe2 (patch) | |
tree | f44fa8ddfe3cf5a706e583904f75f9ef02d281aa /src/plugins/gbp/gbp.api | |
parent | da7f7b6164e976a97ff0afb13f488c60461402bc (diff) |
GBP: contracts API fixed length of allowed ethertypes
VAPI does not handle two VLAs in one struct.
Change-Id: I259c998bef4398ead2bbb9e788350d50c2f05694
Signed-off-by: Neale Ranns <nranns@cisco.com>
Diffstat (limited to 'src/plugins/gbp/gbp.api')
-rw-r--r-- | src/plugins/gbp/gbp.api | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/gbp/gbp.api b/src/plugins/gbp/gbp.api index 303ea1c15cc..ae45159d705 100644 --- a/src/plugins/gbp/gbp.api +++ b/src/plugins/gbp/gbp.api @@ -299,10 +299,10 @@ typedef gbp_contract u16 sclass; u16 dclass; u32 acl_index; + u8 n_ether_types; + u16 allowed_ethertypes[16]; u8 n_rules; vl_api_gbp_rule_t rules[n_rules]; - u8 n_ether_types; - u16 allowed_ethertypes[n_ether_types]; }; autoreply define gbp_contract_add_del |