]> git.proxmox.com Git - mirror_ovs.git/commit - lib/nx-match.c
ofp-actions, nx-match: Use mf_oxm_header() instead of explicit constants.
authorBen Pfaff <blp@nicira.com>
Tue, 2 Sep 2014 23:47:01 +0000 (16:47 -0700)
committerBen Pfaff <blp@nicira.com>
Mon, 29 Sep 2014 22:01:53 +0000 (15:01 -0700)
commit21119b3e65ed26f2a65000b5d2488289024945bb
treee28246e668b0e29b500b6a2693ae3e12a2ed9221
parent3947cc76e15ccfa314d4492d889e16a115efb37a
ofp-actions, nx-match: Use mf_oxm_header() instead of explicit constants.

Following this change, only meta-flow.c uses any explicit NXM_* or OXM_*
constants.  An upcoming commit will actually remove the definitions of
these constants, hiding them behind a functional interface, for better
abstraction.

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