ofp-util: Also normalize nw_tos in normalize_match().
authorBen Pfaff <blp@nicira.com>
Tue, 22 Jun 2010 19:47:03 +0000 (12:47 -0700)
committerBen Pfaff <blp@nicira.com>
Tue, 22 Jun 2010 19:47:03 +0000 (12:47 -0700)
commit4d326addd3cb44e9608f7d1ef527adf4be26edec
tree466b7f5daf166d9e336fa7e47a145de046ffc32c
parent36a7b32d790f2cee735520060a9b6221b7ae25ef
ofp-util: Also normalize nw_tos in normalize_match().

The OpenFlow reference implementation was sensibly normalizing these
fields but OVS did not.  This change should make OVS resemble the OpenFlow
reference implementation at least in this respect.

For more information:
https://mailman.stanford.edu/pipermail/openflow-spec/2010-June/001040.html

Reported-by: Takayuki HAMA <t-hama@cb.jp.nec.com>
lib/ofp-util.c