]> git.proxmox.com Git - mirror_ovs.git/commit - lib/nx-match.c
nx-match: Encode dp_hash and recirc_id in OXM also.
authorBen Pfaff <blp@nicira.com>
Fri, 12 Sep 2014 21:42:47 +0000 (14:42 -0700)
committerBen Pfaff <blp@nicira.com>
Mon, 29 Sep 2014 22:07:43 +0000 (15:07 -0700)
commit447b65822d4dad7d0645b9525aeba63bc1373c1d
tree5628fa80110cafd742f8417357367f9935a9bca6
parent21119b3e65ed26f2a65000b5d2488289024945bb
nx-match: Encode dp_hash and recirc_id in OXM also.

dp_hash and recirc_id are specific to OVS, but that doesn't mean that we
shouldn't encode them into flow matches when OXM is used in OpenFlow 1.2
and later.

Signed-off-by: Ben Pfaff <blp@nicira.com>
Acked-by: YAMAMOTO Takashi <yamamoto@valinux.co.jp>
lib/nx-match.c