vswitchd: Fix issue of networking not working when Tools not installed
authorJustin Pettit <jpettit@nicira.com>
Tue, 12 Jan 2010 02:36:56 +0000 (18:36 -0800)
committerJustin Pettit <jpettit@nicira.com>
Tue, 12 Jan 2010 19:02:25 +0000 (11:02 -0800)
commit9c8149dca0d205631a5bda57b0ccde1367b3bb96
tree70fec73f9386d24ee620aaf024cb8073779f312f
parentd35a4ea82fb76398025d833d30d11d0d68050e56
vswitchd: Fix issue of networking not working when Tools not installed

During the transition to the configuration database, not all code from
the bridge compatibility layer was updated.  In particular, the code
which removes port configuration based on RTNL notifications of port
removal was not updated.  This commit brings that code back.

Note that the code that removes ports based on actively checking whether
ports exist is still commented out pending a review of its impact on GRE
support.

Bug #2370
vswitchd/ovs-brcompatd.c