This is just a small cosmetic change to express what that value means. Signed-off-by: Zoltan Kiss <zoltan.k...@citrix.com> --- datapath/datapath.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/datapath/datapath.c b/datapath/datapath.c index dc2cfad..b2d6d51 100644 --- a/datapath/datapath.c +++ b/datapath/datapath.c @@ -779,7 +779,7 @@ static int ovs_packet_cmd_execute(struct sk_buff *skb, struct genl_info *info) if (IS_ERR(flow)) goto err_kfree_skb; - err = ovs_flow_extract(packet, -1, &flow->key, &key_len); + err = ovs_flow_extract(packet, OVSP_NONE, &flow->key, &key_len); if (err) goto err_flow_put; -- 1.7.0.4 _______________________________________________ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev