From ab923b252271cbbcccc8091e338ee7efe75e5fcd Mon Sep 17 00:00:00 2001 From: Mengxin Liu Date: Sun, 17 Apr 2022 23:43:51 +0800 Subject: [PATCH] change hash type from dp_hash to hash with field src_ip --- lib/actions.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/actions.c b/lib/actions.c index 5d3caaf2b6..fd278b7d3f 100644 --- a/lib/actions.c +++ b/lib/actions.c @@ -1433,7 +1433,7 @@ encode_SELECT(const struct ovnact_select *select, struct ofpact_group *og; struct ds ds = DS_EMPTY_INITIALIZER; - ds_put_format(&ds, "type=select,selection_method=dp_hash"); + ds_put_format(&ds, "type=select,selection_method=hash,fields=ip_src"); struct mf_subfield sf = expr_resolve_field(&select->res_field);