]> git.proxmox.com Git - mirror_ovs.git/commit - NEWS
ofp-util: Add OpenFlow 1.5 packet-out support
authorYi-Hung Wei <yihung.wei@gmail.com>
Mon, 15 May 2017 17:04:56 +0000 (10:04 -0700)
committerBen Pfaff <blp@ovn.org>
Wed, 31 May 2017 21:54:10 +0000 (14:54 -0700)
commit577bfa9f687936d53970d0ff41928c3a727720e8
tree56f42bacdd419fa488a39f46ec9e67b44a862d47
parent35eb6326d5d0f04fe7916b018eeb110a6018843f
ofp-util: Add OpenFlow 1.5 packet-out support

This patch implements the encoding and decoding of the new packet-out
format defined in OpenFlow 1.5. Test cases are provided to verify the
encoding and decoding.

This patch is based on [1] and [2].

[1] https://github.com/jean2/openvswitch/commits/jean/ext-427
[2] https://mail.openvswitch.org/pipermail/ovs-dev/2017-April/331032.html

Signed-off-by: Jean Tourrilhes <jt@labs.hpe.com>
Signed-off-by: Zoltan Balogh <zoltan.balogh@ericsson.com>
Co-authored-by: Jan Scheurich <jan.scheurich@ericsson.com>
Signed-off-by: Yi-Hung Wei <yihung.wei@gmail.com>
Signed-off-by: Ben Pfaff <blp@ovn.org>
Documentation/topics/openflow.rst
NEWS
include/openflow/openflow-1.5.h
include/openvswitch/ofp-msgs.h
lib/ofp-util.c
tests/ofp-print.at