On Fri, Feb 14, 2014 at 01:01:57PM +0000, Gray, Mark D wrote: > Is it possible to setup two bridges with different datapath_types and > communicate between those bridges.
Multiple datapath types should work. Communication would have to happen indirectly through some shared resource: for example, via kernel-based routing or over a "veth" device. > For example, > > ovs-vsctl add-br br0 -- set Bridge br0 datapath_type=system > ovs-vsctl add-br br1 -- set Bridge br1 datapath_type=netdev > > As far as I can see, any odp or ofp port number will be specific to that > dpif provider? Yes. _______________________________________________ discuss mailing list [email protected] http://openvswitch.org/mailman/listinfo/discuss
