Re: [ovs-discuss] help: test-openflowd and system@dp1: execute 1 failed (Invalid argument)

2011-11-30 Thread Tahir Rauf
ument) > > > > > > > > > > On Wed, Nov 30, 2011 at 02:38:09PM +0800, ztom wrote: > > > > > > i need to do some tests with the openflow vswitch, but now > there's no > > > > > > "test-openflowd" script. What should i do? > > > > > > > > > > Use ovs-vswitchd. > > > > > > > ___ > discuss mailing list > discuss@openvswitch.org > http://openvswitch.org/mailman/listinfo/discuss > -- Tahir Rauf ___ discuss mailing list discuss@openvswitch.org http://openvswitch.org/mailman/listinfo/discuss

Re: [ovs-discuss] help: datapath

2011-11-28 Thread Tahir Rauf
Hi, Following link has some detailed discussion about 'datapath'. https://mailman.stanford.edu/pipermail/openflow-discuss/2010-January/000612.html Regards Tahir Rauf 2011/11/29 ztom > Hi~ alls, > i'm a novice of openvswitch, i always find the word "datapath" in

Re: [ovs-discuss] Problems Connecting openvswitch to nox controller

2011-11-19 Thread Tahir Rauf
unix:/ovs/var/run/openvswitch/db.sock* * % ovs-vsctl add-br br0 % ovs-vsctl add-port br0 eth0 % ovs-vsctl add-port br0 vif1.0 * After that you can connect to controller by using following command *% ./ovs-vsctl set-controller br0 tcp:10.3.70.116:6633* -- Regards Tahir Rauf On Sun, Nov 20, 2011 at

Re: [ovs-discuss] Adding Queues to an ovs-openflowd

2011-11-17 Thread Tahir Rauf
you can see the "OpenFlow Controller Connectivity" part of ovs-vsctl man pages. Regards Tahir Rauf can be configured to connect a given bridge to one or more external OpenFlow controllers, such as NOX. On Thu, Nov 17, 2011 at 4:12 PM, Volkan YAZICI wrote: > Hi, > >

Re: [ovs-discuss] how nw_src_mask and nw_dst_mask are generated in ovs?

2011-08-20 Thread Tahir Rauf
Thanks Ben for your prompt answer. Your answer eliminates the confusion. On Sun, Aug 21, 2011 at 1:57 AM, Ben Pfaff wrote: > On Sat, Aug 20, 2011 at 11:12:10PM +0500, Tahir Rauf wrote: > > I got a little question regarding wildcards of nw_src address. I have > > written a control

Re: [ovs-discuss] Arbitrary ranges

2011-08-20 Thread Tahir Rauf
Aug 17, 2011, at 6:04 AM, Masoud Moshref Javadi wrote: >>>>> >>>>> Is there any support for arbitrary ranges for rules, for IP addresses >>>>>> or port/protocol numbers. I mean something like 10.0.0.0 to 10.0.0.10. >>>>>> If no, is th

[ovs-discuss] how nw_src_mask and nw_dst_mask are generated in ovs?

2011-08-20 Thread Tahir Rauf
000. Can anybody gives some better explanation about how nw_src_mask and nw_dst_mask works? Regards -- Tahir Rauf ___ discuss mailing list discuss@openvswitch.org http://openvswitch.org/mailman/listinfo/discuss

[ovs-discuss] Queries about ovs wildcards

2011-05-29 Thread Tahir Rauf
sponding actions will perform on them. NOTE: I am using 'Next' branch of ovs. Regards -- Tahir Rauf ___ discuss mailing list discuss@openvswitch.org http://openvswitch.org/mailman/listinfo/discuss

[ovs-discuss] Question related Tunnels and Vports

2011-04-07 Thread Tahir Rauf
Hi, I am new to openVswitch. I am searching for the point from where actual tunnel creation starts. What I mean is that I am finding the point where the tunnel related stuff is called. Can anybody please explain it to me? Any help will be appreciated Regards __

[ovs-discuss] newbie question about openvswitch_ioctl() function

2011-04-06 Thread Tahir Rauf
Hi Can someone please explain the purpose of the function named "openvswitch_ioctl()" in datapath.c file. I have found no documentation about this function. Any help will be appreciated Regards ___ discuss mailing list discuss@openvswitch.org http://ope

[ovs-discuss] newbie question: main function of openvswitch

2011-04-06 Thread Tahir Rauf
Hi I am a newbie to openvswitch. As a starting point, I was looking at the 'actual' main function of openvswitch. I found around 35 main functions in the code (the most of them belongs to 'test'). But there are also many other main() functions, like in ovs-appctl.c, ovs-controller.c, ovs-discover.