]> git.proxmox.com Git - ovs.git/commit - ofproto/ofproto.c
userspace: Introduce packet_type in OF 1.5 packet-out
authorZoltán Balogh <zoltan.balogh@ericsson.com>
Fri, 23 Jun 2017 16:48:47 +0000 (16:48 +0000)
committerBen Pfaff <blp@ovn.org>
Tue, 27 Jun 2017 21:28:30 +0000 (17:28 -0400)
commitcb1145d1b91a08acf07c68df9dc1474fae5ebfb1
tree57913e44e7acde83534576647d28bcf3c74f3647
parent6a81043e1b7669ef0b8eed386f83d875de11cb8d
userspace: Introduce packet_type in OF 1.5 packet-out

Introducing packet_type in OF 1.5 packet-out.
Partly based on Jean Tourrilhes's work.

Add test cases for OF1.5 packet-out
Add negative test case for OF1.5 packet-out

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: Ben Pfaff <blp@ovn.org>
lib/flow.c
lib/ofp-parse.c
lib/ofp-print.c
lib/ofp-util.c
ofproto/ofproto.c
tests/ofproto.at
utilities/ovs-ofctl.c