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 03:12:40 +0000 (20:12 -0700)
commit2eb56b303396d852c730b3414682be13f3bb7559
tree4a0a0ff518698463dd7addd63ceae40d345910fe
parentad6f1c4e8ed92a78f7ff48370b429179407eb883
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