ofproto-dpif: Make initial packet value handling generic.
authorJustin Pettit <jpettit@nicira.com>
Tue, 12 Feb 2013 02:56:24 +0000 (18:56 -0800)
committerJustin Pettit <jpettit@nicira.com>
Wed, 6 Mar 2013 21:45:56 +0000 (13:45 -0800)
commit14f94f9aa664b7f6cca68952726634d7d22526ce
treed51126aae920395ee6c13666f5865d413669b2e5
parentac35f9c8d84e1ce3d2ef2323e5e72fef61c9be8c
ofproto-dpif: Make initial packet value handling generic.

For VLAN splinters, an "initial_tci" value was introduced that is passed
around during flow processing to be used later for action translation.
This commit switches to passing around a struct so that additional
values beyond TCI can be used.  A future commit will use this.

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