]> git.proxmox.com Git - mirror_ovs.git/commit
bridge: Reorder configuration.
authorBen Pfaff <blp@nicira.com>
Fri, 8 Apr 2011 20:50:21 +0000 (13:50 -0700)
committerBen Pfaff <blp@nicira.com>
Wed, 4 May 2011 17:20:41 +0000 (10:20 -0700)
commit66da9beffd4a20a334833ea765b8ab0260a28a92
treec6864e820f61d74f4d1f335df09829d24803d0b5
parent3a225db7079158d1c46e56dced7ac3103a8864e2
bridge: Reorder configuration.

This loses the bridge_run_one() before iface_configure_cfm(), which means
that CFM configuration can now take two reconfigurations in a row.  That's
a regression that we had earlier, which had been fixed previously by commit
392730c42bb "bridge: Run once before configuring CFM".  It will, however,
be fixed again in a later commit.
vswitchd/bridge.c