dpif-netdev: Don't special-case "br" bridges in create_dp_netdev().
authorJustin Pettit <jpettit@nicira.com>
Wed, 14 Nov 2012 01:57:11 +0000 (17:57 -0800)
committerJustin Pettit <jpettit@nicira.com>
Fri, 16 Nov 2012 20:35:55 +0000 (12:35 -0800)
With a single datapath, we no longer need to special case bridges
beginning with "br*" for testing, since all netdev-based bridges
are named "ovs-netdev".  This removes that unnecessary code.

Signed-off-by: Justin Pettit <jpettit@nicira.com>

No differences found