ofproto-dpif: Store the initial tunnel IP TOS values for later use.
authorJustin Pettit <jpettit@nicira.com>
Wed, 13 Feb 2013 02:08:01 +0000 (18:08 -0800)
committerJustin Pettit <jpettit@nicira.com>
Wed, 6 Mar 2013 21:45:56 +0000 (13:45 -0800)
commitc3f6c50295a979db9c06ef9d2220d2696b12ad30
treed2dc0f5a2f0bd8d0a1eb433c4d96c779e42aef26
parent14f94f9aa664b7f6cca68952726634d7d22526ce
ofproto-dpif: Store the initial tunnel IP TOS values for later use.

When a packet arrives on an IP tunnel, store the TOS value for later
use.  This value will be used in a couple of future commits.

Signed-off-by: Justin Pettit <jpettit@nicira.com>
ofproto/ofproto-dpif.c