On Tue, Mar 12, 2013 at 7:32 AM, Igor Ryzhov <idryz...@gmail.com> wrote: > Hello. > > I'm trying to study Open vSwitch and now I have a question - what is the > difference between datapaths and bridges (add-dp and add-br, add-if and > add-port)?
Datapaths are a kernel construct, while bridges are a userspace/OpenFlow construct. Previously there was a one-to-one correspondance but now multiple bridges are implemented through a single datapath. _______________________________________________ discuss mailing list discuss@openvswitch.org http://openvswitch.org/mailman/listinfo/discuss