diff options
Diffstat (limited to 'src/plugins/cnat/cnat_translation.h')
-rw-r--r-- | src/plugins/cnat/cnat_translation.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/plugins/cnat/cnat_translation.h b/src/plugins/cnat/cnat_translation.h index cfcbf5bc13b..a4ae1ece718 100644 --- a/src/plugins/cnat/cnat_translation.h +++ b/src/plugins/cnat/cnat_translation.h @@ -58,7 +58,12 @@ typedef struct cnat_ep_trk_t_ typedef enum cnat_translation_flag_t_ { + /* Do allocate a source port */ CNAT_TRANSLATION_FLAG_ALLOCATE_PORT = (1 << 0), + /* Has this translation been satcked ? + * this allow not being called twice when + * with more then FIB_PATH_LIST_POPULAR backends */ + CNAT_TRANSLATION_STACKED = (1 << 1), } cnat_translation_flag_t; typedef enum |