X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fvnet%2Fsession%2Fsession_table.h;fp=src%2Fvnet%2Fsession%2Fsession_table.h;h=6588a43aa14c3c7098795e3f1ad94fc2870db057;hb=1c7104514cd40d2377caca36cf40c13b791bc5aa;hp=5e0564043f33f9028dcf18c9563ada888ce7f488;hpb=ae5a02f8235b9a243df09b42e932ae5f238e366b;p=vpp.git diff --git a/src/vnet/session/session_table.h b/src/vnet/session/session_table.h index 5e0564043f3..6588a43aa14 100644 --- a/src/vnet/session/session_table.h +++ b/src/vnet/session/session_table.h @@ -18,6 +18,7 @@ #include #include +#include typedef struct _session_lookup_table { @@ -32,6 +33,11 @@ typedef struct _session_lookup_table */ clib_bihash_16_8_t v4_half_open_hash; clib_bihash_48_8_t v6_half_open_hash; + + /** + * Per fib proto and transport proto session rules tables + */ + session_rules_table_t session_rules; } session_table_t; #define SESSION_TABLE_INVALID_INDEX ((u32)~0)