From 79ae2d306269524b9de662dbbf532a04e11b7634 Mon Sep 17 00:00:00 2001 From: Florin Coras Date: Sat, 16 Dec 2017 08:31:06 -0800 Subject: fib: make deag entries urpf extempt Change-Id: Ie8f6bb4fcd3e4fa269e86a77d2f21c87f372b783 Signed-off-by: Florin Coras --- src/vnet/fib/fib_types.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/vnet/fib/fib_types.h') diff --git a/src/vnet/fib/fib_types.h b/src/vnet/fib/fib_types.h index 94c94228bb3..5742c69b7c7 100644 --- a/src/vnet/fib/fib_types.h +++ b/src/vnet/fib/fib_types.h @@ -340,6 +340,10 @@ typedef enum fib_route_path_flags_t_ * A path that resolves via a BIER impostion object */ FIB_ROUTE_PATH_BIER_IMP = (1 << 12), + /** + * A path that resolves via another table + */ + FIB_ROUTE_PATH_DEAG = (1 << 13), } fib_route_path_flags_t; /** -- cgit 1.2.3-korg