Skip to content

Commit

Permalink
change hash type from dp_hash to hash with field src_ip
Browse files Browse the repository at this point in the history
  • Loading branch information
oilbeater committed Apr 17, 2022
1 parent d26ae4d commit ab923b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/actions.c
Expand Up @@ -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);

Expand Down

0 comments on commit ab923b2

Please sign in to comment.