On Sun, Apr 28, 2013 at 08:20:06PM -0700, Eric Chou wrote: > Thanks Bob! Your reply in #1 pointed me to read up on the difference > between ovs-ofctl vs. ovs-dpctl. I think I get the difference after > reading more about both. One quick question, what is the difference > between dpctl vs. ovs-dpctl / ovs-ofctl? I guess one was a historical > tool and the other two were separated out as the cleaner way to > separate what the switch installs vs. what OpenFlow sees? Is that a > fair statement?
ovs-ofctl works with OpenFlow switches (any OpenFlow switch, not just Open vSwitch). ovs-dpctl works with Linux kernel datapaths. dpctl is an antique from the OpenFlow reference implementation. If I recall correctly, it includes aspects of ovs-ofctl and ovs-dpctl. _______________________________________________ openflow-discuss mailing list openflow-discuss@lists.stanford.edu https://mailman.stanford.edu/mailman/listinfo/openflow-discuss