API: Change ip4_address and ip6_address to use type alias.
[vpp.git] / src / plugins / gbp / gbp_contract.h
index c107351..bd7d833 100644 (file)
@@ -50,9 +50,10 @@ typedef struct gbp_next_hop_t_
   index_t gnh_ai[FIB_PROTOCOL_IP_MAX];
 } gbp_next_hop_t;
 
-#define foreach_gbp_hash_mode   \
-  _(SRC_IP, "src-ip")           \
-  _(DST_IP, "dst-ip")
+#define foreach_gbp_hash_mode  \
+  _(SRC_IP, "src-ip")          \
+  _(DST_IP, "dst-ip")          \
+  _(SYMMETRIC, "symmetric")
 
 typedef enum gbp_hash_mode_t_
 {