cnat: fixes & prepare maglev
Notable changes: - ip[46]-cnat-snat is renamed to cnat-snat-ip[46] - indent fixes - common trace primitives - bihash is now 40_56 with alias Type: refactor Change-Id: I0a82cfe3b40efd96473e51061d7135ffe412ddfc Signed-off-by: Nathan Skrzypczak <nathan.skrzypczak@gmail.com>
This commit is contained in:
committed by
Florin Coras
parent
b80d67ca43
commit
27647a27c7
@@ -54,7 +54,7 @@
|
||||
typedef enum
|
||||
{
|
||||
/* Endpoint addr has been resolved */
|
||||
CNAT_EP_FLAG_RESOLVED = 1,
|
||||
CNAT_EP_FLAG_RESOLVED = (1 << 0),
|
||||
} cnat_ep_flag_t;
|
||||
|
||||
typedef struct cnat_endpoint_t_
|
||||
|
||||
Reference in New Issue
Block a user