vswitch: Remove restriction on datapath names.
authorBen Pfaff <blp@nicira.com>
Mon, 6 Jul 2009 17:17:54 +0000 (10:17 -0700)
committerBen Pfaff <blp@nicira.com>
Mon, 6 Jul 2009 17:17:54 +0000 (10:17 -0700)
commit632d136c7b108cd3d39a2e64fe6230e23977caf8
tree42a51a8eb543700b37f8a2abbaac997883999ebc
parent72865317a41d065fcc47a33fc68cdd2081cecb3d
vswitch: Remove restriction on datapath names.

Commit f4b96c92c "vswitch: Disallow bridges named "dpN" or "nl:N"" disabled
naming bridges "dpN" because the vswitchd code made the bad assumption that
the bridge's local port has the same name as the bridge, which was not
true (at the time) for bridges named dpN.  Now that assumption has been
eliminated, so this commit eliminates the restriction too.

This change is also a cleanup in that it eliminates one form of the
vswitch's dependence on specifics of the dpif implementation.
vswitchd/bridge.c
vswitchd/ovs-vswitchd.conf.5.in