ofproto-dpif: Remove initial_vals.tunnel_ip_tos.
authorJarno Rajahalme <jarno.rajahalme@nsn.com>
Mon, 6 May 2013 11:56:17 +0000 (14:56 +0300)
committerBen Pfaff <blp@nicira.com>
Wed, 8 May 2013 19:41:22 +0000 (12:41 -0700)
commit715b48aa18e995c74b319a3d97d58c28f0cdbafb
tree5f4972c7633bc7350d5c94673b1cc9a15e63ab1d
parent4110a57a301d5c459cf603275bccc4482e94a022
ofproto-dpif: Remove initial_vals.tunnel_ip_tos.

As tunnel metadata is no longer cleared on input, and the input
values are retained in 'ctx->flow' accross tunnel output actions,
there is no need to store the tunnel.ip_tos to initial_vals.

Signed-off-by: Jarno Rajahalme <jarno.rajahalme@nsn.com>
Signed-off-by: Ben Pfaff <blp@nicira.com>
ofproto/ofproto-dpif.c