6rd: fix debug cli short-help
[vpp.git] / src / vnet / session / session_types.h
index 0845f02..32a13cf 100644 (file)
@@ -42,6 +42,7 @@ typedef struct _session_endpoint_cfg
   u32 ns_index;
   u8 original_tp;
   u8 *hostname;
+  u64 transport_opts;
 } session_endpoint_cfg_t;
 
 #define SESSION_IP46_ZERO                      \
@@ -130,8 +131,8 @@ typedef enum
 
 typedef enum session_flags_
 {
-  SESSION_F_RX_EVT,
-  SESSION_F_PROXY
+  SESSION_F_RX_EVT = 1,
+  SESSION_F_PROXY = (1 << 1),
 } session_flags_t;
 
 typedef struct session_