Ok, I figured out I need to use dpctl utility but I don't know what to provide as the switch path $ dpctl show unix:??? The only example I could find on the Internet uses /var/run/... as the path but I don't see s1.sock there.
On Sat, Mar 9, 2013 at 6:32 PM, Dushyant Arora <[email protected]> wrote: > Thanks for replying Ben. I changed the Mininet python file to use a > UserSwitch : > > def emptyNet(): > > "Create an empty network and add nodes to it." > > net = Mininet( controller=lambda name: NOX ( name, 'NOXSwitch' ), > switch=UserSwitch ) > > > but now when I fire up Mininet I don't the switch when using utilities > ovs-vsctl and ovs-dpctl > > $ sudo ovs-vsctl show > 01407762-26a9-43f5-9094-7b9bcf45eacc > $ sudo ovs-dpctl show > system@ovs-system: > lookups: hit:2019 missed:302 lost:0 > flows: 0 > port 0: ovs-system (internal) > > I have been using the kernel module so far, so please pardon my > ignorance. What am I doing wrong? > > On Fri, Mar 8, 2013 at 7:11 PM, Ben Pfaff <[email protected]> wrote: >> On Fri, Mar 08, 2013 at 06:54:31PM -0500, Dushyant Arora wrote: >>> I am trying to run a very basic MPLS test. I have the following >>> versions of OpenvSwitch and Mininet: >>> >>> $ ovs-vsctl --version >>> ovs-vsctl (Open vSwitch) 1.10.90 >>> Compiled Mar 5 2013 16:25:06 >>> $ mn --version >>> 2.0.0 >> >> MPLS only works with the userspace switch at the moment. _______________________________________________ discuss mailing list [email protected] http://openvswitch.org/mailman/listinfo/discuss
