]> git.proxmox.com Git - mirror_ovs.git/commit - utilities/ovs-ofctl.8.in
ovs-vswitchd: Implement OFPT_TABLE_FEATURES table modification request.
authorBen Pfaff <blp@ovn.org>
Wed, 29 Aug 2018 18:30:13 +0000 (11:30 -0700)
committerBen Pfaff <blp@ovn.org>
Wed, 16 Jan 2019 00:59:37 +0000 (16:59 -0800)
commit4e413ac88d4841d7e17de3e36bba3fa12796e938
treef2b60dfccac0bec0393e261721cfa78f99458a98
parentd1a227ecef81773a748320cee733334d21b484ce
ovs-vswitchd: Implement OFPT_TABLE_FEATURES table modification request.

This allows a controller to change the name of OpenFlow flow tables in the
OVS software switch.

CC: Brad Cowie <brad@cowie.nz>
Acked-by: Justin Pettit <jpettit@ovn.org>
Signed-off-by: Ben Pfaff <blp@ovn.org>
18 files changed:
NEWS
include/openvswitch/meta-flow.h
include/openvswitch/ofp-errors.h
include/openvswitch/ofp-msgs.h
include/openvswitch/ofp-table.h
include/openvswitch/vconn.h
lib/bitmap.h
lib/meta-flow.c
lib/ofp-print.c
lib/ofp-table.c
lib/util.h
lib/vconn.c
ofproto/ofproto-dpif.c
ofproto/ofproto-provider.h
ofproto/ofproto.c
tests/ofproto.at
utilities/ovs-ofctl.8.in
utilities/ovs-ofctl.c