Don't overload IP TOS with the frag matching bits.
authorJustin Pettit <jpettit@nicira.com>
Thu, 3 Nov 2011 01:17:36 +0000 (18:17 -0700)
committerJustin Pettit <jpettit@nicira.com>
Wed, 9 Nov 2011 18:37:57 +0000 (10:37 -0800)
commit9e44d715638af28689b15ef0c5be920e61c7997b
treea2d031ec4c24e470669c52d86ee018a14fd8e30c
parentfa8223b7fd02890647eb2bf3d3b5b27ee4d32a21
Don't overload IP TOS with the frag matching bits.

This will be useful later when we add support for matching the ECN bits
within the TOS field.

Signed-off-by: Justin Pettit <jpettit@nicira.com>
Acked-by: Jesse Gross <jesse@nicira.com>
14 files changed:
datapath/datapath.c
datapath/flow.c
datapath/flow.h
lib/classifier.c
lib/flow.c
lib/flow.h
lib/meta-flow.c
lib/nx-match.c
lib/odp-util.c
lib/odp-util.h
lib/ofp-util.c
ofproto/netflow.c
ofproto/ofproto-dpif.c
tests/test-classifier.c