]> git.proxmox.com Git - mirror_ovs.git/commit
ofp-msgs: Added ONF_ and NXT_REQUESTFORWARD for OF1.0-1.3
authorZak Whittington <zwhitt.vmware@gmail.com>
Fri, 26 Oct 2018 22:06:28 +0000 (15:06 -0700)
committerBen Pfaff <blp@ovn.org>
Fri, 26 Oct 2018 22:17:22 +0000 (15:17 -0700)
commit98a9272ba2c4ba973f015fdd0de06d497bf8bb05
treef2c54b86e39e5863adca8957bf7e9ab6794087f5
parent23b9ac1e5b4f8f047cf1fefa6d7ebcbcf7d678f8
ofp-msgs: Added ONF_ and NXT_REQUESTFORWARD for OF1.0-1.3

Backported OFPT14_REQUESTFORWARD to OF1.0-1.3.
OF 1.0-1.2 use an NXT Nicira extension while OF 1.3
uses an ONF extension (ONF version is specified in a
previously published ONF spec sheet).

Includes ofp-print tests for multiple inner message
types, and multiple OF versions including the NXT and ONF.
Also includes more end-to-end ofproto tests for both
NXT OF1.0 and also ONF OF1.3.

VMware-BZ: 2136594
Signed-off-by: Zak Whittington <zwhitt.vmware@gmail.com>
Signed-off-by: Ben Pfaff <blp@ovn.org>
include/openvswitch/ofp-monitor.h
include/openvswitch/ofp-msgs.h
lib/ofp-monitor.c
ofproto/connmgr.c
tests/ofp-print.at
tests/ofproto.at