ofproto: Match on IP ToS/DSCP bits (OpenFlow 1.0)
authorJustin Pettit <jpettit@nicira.com>
Fri, 22 Jan 2010 01:34:05 +0000 (17:34 -0800)
committerJustin Pettit <jpettit@nicira.com>
Sat, 23 Jan 2010 02:08:06 +0000 (18:08 -0800)
commit40a8ca3292a78639919e32ddd1558ce02ad938eb
tree752be1041c2d25e18466698cdb1deb802ac25a26
parent197ef7af3c68bceed2d0680ad6f0c01d33d1954b
ofproto: Match on IP ToS/DSCP bits (OpenFlow 1.0)

OpenFlow 1.0 adds support for matching on IP ToS/DSCP bits.

NOTE: OVS at this point is not wire-compatible with OpenFlow 1.0 until
the final commit in this OpenFlow 1.0 set.
14 files changed:
datapath/datapath.c
datapath/flow.c
include/openflow/openflow.h
include/openvswitch/datapath-protocol.h
lib/classifier.c
lib/classifier.h
lib/dpif-netdev.c
lib/flow.c
lib/ofp-print.c
lib/vconn.c
tests/flowgen.pl
tests/test-classifier.c
utilities/ovs-ofctl.8.in
utilities/ovs-ofctl.c