ofproto-dpif-xlate: Set up 'base_flow' when we initialize 'ctx'.
authorBen Pfaff <blp@nicira.com>
Fri, 24 Jul 2015 00:04:36 +0000 (17:04 -0700)
committerBen Pfaff <blp@nicira.com>
Fri, 31 Jul 2015 22:14:17 +0000 (15:14 -0700)
commit865ca6cf840d4728b9db719d285f190b9d165fb2
tree65bd29c85f16bb87de750ba16815877170a172e9
parenta6092018502ef4ad7be5f29005c2a27219e04b3b
ofproto-dpif-xlate: Set up 'base_flow' when we initialize 'ctx'.

The initialization of 'base_flow' was previously split into a few pieces,
and I think it's easier to understand if it's all in one place.

This also moves and rewrites the comment describing 'base_flow'.  I think
that the perspective of the new comment is a little more useful.

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