diff options
Diffstat (limited to 'src/vnet/lisp-gpe/lisp_gpe_fwd_entry.h')
-rw-r--r-- | src/vnet/lisp-gpe/lisp_gpe_fwd_entry.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/vnet/lisp-gpe/lisp_gpe_fwd_entry.h b/src/vnet/lisp-gpe/lisp_gpe_fwd_entry.h index 618f7b5393d..92e18526604 100644 --- a/src/vnet/lisp-gpe/lisp_gpe_fwd_entry.h +++ b/src/vnet/lisp-gpe/lisp_gpe_fwd_entry.h @@ -75,6 +75,11 @@ typedef struct lisp_gpe_fwd_entry_key_t_ typedef struct lisp_gpe_fwd_entry_t_ { /** + * Follows src/dst or dst only forwarding policy + */ + u8 is_src_dst; + + /** * This object joins the FIB control plane graph to receive updates to * for changes to the graph. */ |