From 33b81da54acf1236cddf0716005c340f3402ff6d Mon Sep 17 00:00:00 2001 From: Mohsin Kazmi Date: Mon, 19 Nov 2018 00:12:11 +0100 Subject: vom: Add support for redirect contracts in gbp Change-Id: I18543785166811ddbd628d19065d3dfad3f948e9 Signed-off-by: Mohsin Kazmi --- src/plugins/gbp/gbp_contract.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/plugins/gbp/gbp_contract.h') diff --git a/src/plugins/gbp/gbp_contract.h b/src/plugins/gbp/gbp_contract.h index c1073510413..21e7265a82f 100644 --- a/src/plugins/gbp/gbp_contract.h +++ b/src/plugins/gbp/gbp_contract.h @@ -52,7 +52,8 @@ typedef struct gbp_next_hop_t_ #define foreach_gbp_hash_mode \ _(SRC_IP, "src-ip") \ - _(DST_IP, "dst-ip") + _(DST_IP, "dst-ip") \ + _(SYMMETRIC, "symmetric") typedef enum gbp_hash_mode_t_ { -- cgit 1.2.3-korg