ofproto-dpif: Retire 'struct initial_vals'.
authorEthan Jackson <ethan@nicira.com>
Thu, 6 Jun 2013 00:15:35 +0000 (17:15 -0700)
committerEthan Jackson <ethan@nicira.com>
Tue, 11 Jun 2013 20:37:51 +0000 (13:37 -0700)
commit47b0deae3b074d86a387a8290ed21804af53a4ce
tree8683b67c4d62282aafc5106af0c01e3ad1b5ee3f
parent098d85b3e3b5a7c4e8b872bf3f9ff05058b84c68
ofproto-dpif: Retire 'struct initial_vals'.

By detecting that a port is a vlan splinter realdev, we can force
xlate_actions() to emit the appropriate vlan push action.  This
allows as to ditch struct initial_vals.  It will not be missed.

Signed-off-by: Ethan Jackson <ethan@nicira.com>
ofproto/ofproto-dpif.c