diff options
author | Neale Ranns <nranns@cisco.com> | 2019-03-12 02:34:07 -0700 |
---|---|---|
committer | Neale Ranns <nranns@cisco.com> | 2019-03-12 16:50:23 +0000 |
commit | 36abbf10045ba81733410f50a3f5a9463f7137d1 (patch) | |
tree | 3adcabaa69bcbe4cbe801c45866a1f4c46c12443 /src/plugins/gbp/gbp_endpoint.h | |
parent | 7bd343509fa30f9713b6efa9a4acb83e0ab86cfb (diff) |
GBP: L3 out fixes
Change-Id: I0562d597fd45c7ddcb6db42cf17d3ffb569eb140
Signed-off-by: Neale Ranns <nranns@cisco.com>
Diffstat (limited to 'src/plugins/gbp/gbp_endpoint.h')
-rw-r--r-- | src/plugins/gbp/gbp_endpoint.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/plugins/gbp/gbp_endpoint.h b/src/plugins/gbp/gbp_endpoint.h index aba1f9d498c..a0d354ab8ab 100644 --- a/src/plugins/gbp/gbp_endpoint.h +++ b/src/plugins/gbp/gbp_endpoint.h @@ -168,6 +168,11 @@ typedef struct gbp_endpoint_fwd_t_ */ sclass_t gef_sclass; + /** + * FIB index the EP is in + */ + u32 gef_fib_index; + gbp_endpoint_flags_t gef_flags; } gbp_endpoint_fwd_t; |