]> git.proxmox.com Git - mirror_ovs.git/commit
Support accepting and displaying port names in OVS tools.
authorBen Pfaff <blp@ovn.org>
Wed, 31 May 2017 23:06:12 +0000 (16:06 -0700)
committerBen Pfaff <blp@ovn.org>
Wed, 31 May 2017 23:06:12 +0000 (16:06 -0700)
commit50f96b10e1c87db9fbe4df297f9b2fea13436bc0
tree9122b84ecb6d90d0ba343f1f7b451b2db057870f
parent52182c5f50198d0f985b10677e47a9ac49ee709b
Support accepting and displaying port names in OVS tools.

Until now, most ovs-ofctl commands have not accepted names for ports, only
numbers, and have not been able to display port names either.  It's a lot
easier for users if they can use and see meaningful names instead of
arbitrary numbers.  This commit adds that support.

For backward compatibility, only interactive ovs-ofctl commands by default
display port names; to display them in scripts, use the new --names
option.

Signed-off-by: Ben Pfaff <blp@ovn.org>
Tested-by: Aaron Conole <aconole@redhat.com>
45 files changed:
NEWS
include/openvswitch/match.h
include/openvswitch/meta-flow.h
include/openvswitch/ofp-actions.h
include/openvswitch/ofp-parse.h
include/openvswitch/ofp-print.h
include/openvswitch/ofp-util.h
lib/bundle.c
lib/bundle.h
lib/classifier.c
lib/classifier.h
lib/dpctl.c
lib/flow.c
lib/flow.h
lib/learn.c
lib/learn.h
lib/learning-switch.c
lib/match.c
lib/meta-flow.c
lib/nx-match.c
lib/ofp-actions.c
lib/ofp-parse.c
lib/ofp-print.c
lib/ofp-util.c
lib/vconn.c
ofproto/bond.c
ofproto/ofproto-dpif-trace.c
ofproto/ofproto-dpif-xlate.c
ofproto/ofproto-dpif.c
ofproto/ofproto.c
ofproto/tunnel.c
ovn/controller/ofctrl.c
ovn/controller/pinctrl.c
ovn/lib/expr.c
ovn/utilities/ovn-sbctl.c
ovn/utilities/ovn-trace.c
tests/ofproto-dpif.at
tests/ofproto.at
tests/ovs-ofctl.at
tests/test-bundle.c
tests/test-flows.c
tests/test-ovn.c
utilities/ovs-ofctl.8.in
utilities/ovs-ofctl.c
utilities/ovs-testcontroller.c