tunnel: Drop 'base_flow' parameter from tnl_xlate_init().
authorBen Pfaff <blp@nicira.com>
Thu, 23 Jul 2015 23:22:39 +0000 (16:22 -0700)
committerBen Pfaff <blp@nicira.com>
Fri, 24 Jul 2015 20:49:19 +0000 (13:49 -0700)
commitad2e649834be20dd01b1632799fe778106a96a2d
tree3cfdcdbd5c7f5c4254256a1b11f3426e2f582135
parent9055ca9a21f6667d33ea0cd20961a8e2cace059e
tunnel: Drop 'base_flow' parameter from tnl_xlate_init().

At the point when tnl_xlate_init() is called, all of the members that
tnl_xlate_init() examines in 'base_flow' have the same values in 'flow',
so there's no point in passing both.

Signed-off-by: Ben Pfaff <blp@nicira.com>
Acked-by: Jarno Rajahalme <jrajahalme@nicira.com>
ofproto/ofproto-dpif-xlate.c
ofproto/tunnel.c
ofproto/tunnel.h