diff options
Diffstat (limited to 'src/plugins/gbp/gbp_subnet.h')
-rw-r--r-- | src/plugins/gbp/gbp_subnet.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/gbp/gbp_subnet.h b/src/plugins/gbp/gbp_subnet.h index b792a1bafcb..6fbef01ceba 100644 --- a/src/plugins/gbp/gbp_subnet.h +++ b/src/plugins/gbp/gbp_subnet.h @@ -24,6 +24,7 @@ typedef enum gbp_subnet_type_t_ GBP_SUBNET_STITCHED_INTERNAL, GBP_SUBNET_STITCHED_EXTERNAL, GBP_SUBNET_L3_OUT, + GBP_SUBNET_ANON_L3_OUT, } gbp_subnet_type_t; extern int gbp_subnet_add (u32 rd_id, |