aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/gbp/gbp.api
diff options
context:
space:
mode:
authorMohsin Kazmi <sykazmi@cisco.com>2018-08-20 18:32:39 +0200
committerNeale Ranns <nranns@cisco.com>2018-09-10 12:38:30 +0000
commit61b94c6bc417dbcb11323962b40493e6f7ec2f7e (patch)
treeaa10b1e25de448b4ea13eaf00c4f3e1e98833dc6 /src/plugins/gbp/gbp.api
parentb414d0d23aff66f793c018a75d83af4d29fb1bd4 (diff)
vxlan-gbp: Add support for vxlan gbp
This patch implements vxlan with extension of group based policy support. Change-Id: I70405bf7332c02867286da8958d9652837edd3c2 Signed-off-by: Mohsin Kazmi <sykazmi@cisco.com>
Diffstat (limited to 'src/plugins/gbp/gbp.api')
-rw-r--r--src/plugins/gbp/gbp.api12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/plugins/gbp/gbp.api b/src/plugins/gbp/gbp.api
index b2b32e90d4b..3e27abbb88a 100644
--- a/src/plugins/gbp/gbp.api
+++ b/src/plugins/gbp/gbp.api
@@ -24,7 +24,7 @@ option version = "1.0.0";
typeonly define gbp_endpoint
{
u32 sw_if_index;
- u32 epg_id;
+ u16 epg_id;
u8 is_ip6;
u8 address[16];
u8 mac[6];
@@ -52,7 +52,7 @@ define gbp_endpoint_details
typeonly define gbp_endpoint_group
{
- u32 epg_id;
+ u16 epg_id;
u32 bd_id;
u32 ip4_table_id;
u32 ip6_table_id;
@@ -81,8 +81,8 @@ define gbp_endpoint_group_details
typeonly define gbp_recirc
{
- u32 epg_id;
u32 sw_if_index;
+ u16 epg_id;
u8 is_ext;
};
@@ -110,7 +110,7 @@ typeonly define gbp_subnet
{
u32 table_id;
u32 sw_if_index;
- u32 epg_id;
+ u16 epg_id;
u8 is_ip6;
u8 is_internal;
u8 address_length;
@@ -139,8 +139,8 @@ define gbp_subnet_details
typeonly define gbp_contract
{
- u32 src_epg;
- u32 dst_epg;
+ u16 src_epg;
+ u16 dst_epg;
u32 acl_index;
};