Prepend "nw_" to "frag" and "tos" elements.
authorJustin Pettit <jpettit@nicira.com>
Thu, 10 Nov 2011 01:10:27 +0000 (17:10 -0800)
committerJustin Pettit <jpettit@nicira.com>
Fri, 11 Nov 2011 02:03:04 +0000 (18:03 -0800)
commiteadef313296eac5c2fa99bc1d7a32e514a7989bf
tree505f7cdd370f7f8c53fa8536a6ad2af417d2a3fd
parent58828b08f0f8b5a2ea5b88b06f48eb1db83b0938
Prepend "nw_" to "frag" and "tos" elements.

Most of the members in structures referring to network elements indicate
the layer (e.g., "tl_", "nw_", "tp_").  The "frag" and "tos" members
didn't, so this commit add them.
lib/classifier.c
lib/classifier.h
lib/flow.c
lib/flow.h
lib/meta-flow.c
lib/nx-match.c
lib/odp-util.c
lib/ofp-util.c
ofproto/netflow.c
ofproto/ofproto-dpif.c
tests/test-classifier.c