]> git.proxmox.com Git - ovs.git/commit
ofp-actions: Make formatting and parsing functions take a struct argument.
authorBen Pfaff <blp@ovn.org>
Fri, 12 Jan 2018 20:56:12 +0000 (12:56 -0800)
committerBen Pfaff <blp@ovn.org>
Wed, 31 Jan 2018 19:37:53 +0000 (11:37 -0800)
commitefefbcae0119b1a9d224e80ca39040c6aed58246
tree2f9c14193e50891261aca34e708999ad5b4bf3e2
parent46ab60bfe562f3ee6cde94888930e9ef9130831f
ofp-actions: Make formatting and parsing functions take a struct argument.

An upcoming commit will add another parameter for parsing and formatting
actions.  It is much easier to add these parameters if they are
encapsulated in a struct, so this commit first makes that change.

Signed-off-by: Ben Pfaff <blp@ovn.org>
Reviewed-by: Yifeng Sun <pkusunyifeng@gmail.com>
Acked-by: Mark Michelson <mmichels@redhat.com>
include/openvswitch/ofp-actions.h
lib/ofp-actions.c
lib/ofp-parse.c
lib/ofp-print.c
ofproto/ofproto-dpif-trace.c
ofproto/ofproto-dpif-xlate.c
ofproto/ofproto.c
ovn/controller/ofctrl.c
ovn/utilities/ovn-sbctl.c
tests/test-ovn.c
utilities/ovs-ofctl.c