vswitchd: Make reconfiguration update port configuration again.
authorBen Pfaff <blp@nicira.com>
Tue, 24 Apr 2012 23:47:27 +0000 (16:47 -0700)
committerBen Pfaff <blp@nicira.com>
Wed, 25 Apr 2012 01:08:43 +0000 (18:08 -0700)
commit5344c1ac9242ceaeae7b1bfe7f765b96e9f04c8f
treef46c24d3508bbe159981844cecedcc7c9ee16f34
parent01546f5d0798f508874729991b03cdb06f4854cf
vswitchd: Make reconfiguration update port configuration again.

Commit bae7208e91a0 (bridge: Refactor bridge_reconfigure().) introduced
a regression in bridge reconfiguration.  Previously, reconfiguration would
update the configuration of each bridge port, so that if the controller
(or the admin) changed a port's options, then that change would propagate
to the datapath.  Following that commit, that no longer happened.

This commit restores that feature.

Bug #10972.
Reported-by: Michael Hu <mhu@nicira.com>
Signed-off-by: Ben Pfaff <blp@nicira.com>
vswitchd/bridge.c