diff options
author | Benoît Ganne <bganne@cisco.com> | 2019-06-26 14:05:51 +0200 |
---|---|---|
committer | Neale Ranns <nranns@cisco.com> | 2019-07-02 14:19:15 +0000 |
commit | 3c0d84c989e9928d5ca9ffe3aceb826864bd525a (patch) | |
tree | 4f92624d794c7a771cc595632b29a02ab78283c7 /src/plugins/gbp/gbp_subnet.h | |
parent | cfc7a107e6cb8be6e7c53a08e23a146c431c8e90 (diff) |
gbp: add anonymous l3-out subnets
An anonymous l3-out subnet is a locally attached l3-out subnet, and
differs from regular l3-out subnets in the way adjacencies are managed.
It is required for the anonymous l3-out external interfaces to correctly
classify locally attached l3-out hosts.
Type: feature
Change-Id: Ie7bc88b1f22abc4d0b46db5f3cfbf208bc53ba5f
Signed-off-by: Benoît Ganne <bganne@cisco.com>
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, |