]> git.proxmox.com Git - mirror_ovs.git/commit
ofp-print: Move much of the printing code into message-specific files.
authorBen Pfaff <blp@ovn.org>
Fri, 16 Feb 2018 22:03:51 +0000 (14:03 -0800)
committerBen Pfaff <blp@ovn.org>
Wed, 14 Mar 2018 18:41:22 +0000 (11:41 -0700)
commitdfc77282c52f324c19a6819372c2ec17675bc7ce
tree9d74343cd057c7c90babead22c2b75f9726fb307
parent11b1e59f3af06a3ab02496abbb65564a077744a7
ofp-print: Move much of the printing code into message-specific files.

Until now, the ofp-print code has had a lot of logic specific to
individual messages.  This code is better put with the other code specific
to those messages, so this commit starts to migrate it.

There is more work of a similar type to do, but this is a reasonable start.

Signed-off-by: Ben Pfaff <blp@ovn.org>
Acked-by: Justin Pettit <jpettit@ovn.org>
25 files changed:
include/openvswitch/netdev.h
include/openvswitch/ofp-errors.h
include/openvswitch/ofp-flow.h
include/openvswitch/ofp-match.h
include/openvswitch/ofp-monitor.h
include/openvswitch/ofp-packet.h
include/openvswitch/ofp-port.h
include/openvswitch/ofp-print.h
include/openvswitch/ofp-switch.h
include/openvswitch/ofp-table.h
include/openvswitch/ofp-util.h
lib/netdev.c
lib/ofp-errors.c
lib/ofp-flow.c
lib/ofp-match.c
lib/ofp-monitor.c
lib/ofp-packet.c
lib/ofp-port.c
lib/ofp-print.c
lib/ofp-switch.c
lib/ofp-table.c
lib/ofp-util.c
ovn/utilities/ovn-sbctl.c
ovn/utilities/ovn-trace.c
utilities/ovs-ofctl.c