brcompat: Remove requirement that that no datapaths exist at load time.
authorBen Pfaff <blp@nicira.com>
Fri, 7 Aug 2009 17:30:48 +0000 (10:30 -0700)
committerBen Pfaff <blp@nicira.com>
Fri, 7 Aug 2009 22:11:42 +0000 (15:11 -0700)
commit6dac2b9ed9d77a92f53258f694117fa8b989aacb
treeb7efb56595260bc5a5dbe14c1ce45f37bbdb283c
parent35c979bff42010f54842d00bec8836f1d3f30545
brcompat: Remove requirement that that no datapaths exist at load time.

We previously required that brcompat_mod be loaded before any datapaths
were created, because creation and destruction of datapaths and ports
differed when brcompat_mod was loaded, but the latter is no longer the
case so there is no reason for the former anymore.
datapath/brcompat.c