ofproto-dpif: Properly update tos and ttl fields.
authorEthan Jackson <ethan@nicira.com>
Tue, 22 Nov 2011 03:18:14 +0000 (19:18 -0800)
committerEthan Jackson <ethan@nicira.com>
Wed, 23 Nov 2011 01:04:10 +0000 (17:04 -0800)
commitbe51a44695b8e2a3efd729524b2c08d32ed572db
tree25ab8cc4db90a3eee4d9de8792a2734b9a8b44e2
parent0145d7ed02095b091286681a522ace82eeede9e9
ofproto-dpif: Properly update tos and ttl fields.

ofproto-dpif failed to update the base flow's tos and ttl fields
when preparing for an output action.  This could cause redundant
updates of those fields in the datapath.  A future patch adds a
test which could have caught the issue for the tos bits.
ofproto/ofproto-dpif.c