]> git.proxmox.com Git - mirror_ovs.git/commit - NEWS
Add support for OpenFlow 1.6 (draft) port status and port mod messages.
authorBen Pfaff <blp@ovn.org>
Thu, 6 Apr 2017 06:08:09 +0000 (23:08 -0700)
committerBen Pfaff <blp@ovn.org>
Fri, 7 Apr 2017 22:50:50 +0000 (15:50 -0700)
commit2f2b904f9e28afaff3dfb7adaa62b96c0d144ace
tree97ed6aa637b4c93cc2386e87436675b62e26d1a9
parentb2342f7a4bcadf60a368855de085ff12ae6a9d20
Add support for OpenFlow 1.6 (draft) port status and port mod messages.

OpenFlow 1.6 adds support for EUI-64 addresses for ports, and extends
the maximum length of OpenFlow port names from 16 to 64 bytes.

ONF-JIRA: EXT-566
Signed-off-by: Ben Pfaff <blp@ovn.org>
Acked-by: Andy Zhou <azhou@ovn.org>
18 files changed:
NEWS
include/openflow/automake.mk
include/openflow/openflow-1.0.h
include/openflow/openflow-1.1.h
include/openflow/openflow-1.4.h
include/openflow/openflow-1.6.h [new file with mode: 0644]
include/openflow/openflow-common.h
include/openflow/openflow.h
include/openvswitch/ofp-msgs.h
include/openvswitch/ofp-util.h
lib/ofp-print.c
lib/ofp-util.c
ofproto/ofproto-dpif-xlate.c
ofproto/ofproto-dpif.c
ofproto/ofproto.c
tests/ofp-print.at
tests/ofproto.at
utilities/ovs-ofctl.c