Re: [ovs-discuss] Cannot add a port to a created bridge

2015-05-03 Thread Ben Pfaff
On Sun, May 03, 2015 at 07:37:16PM +0200, jean-christophe manciot wrote: > I've manually compiled and installed openvswitch from the git sources, > following all the installation procedures from the install.md file, with > one exception: > I've replaced the last line of the step 6 with: > ovsdb-too

Re: [ovs-discuss] ovs-vswitchd crash while setting up controller IP

2015-05-03 Thread Ben Pfaff
On Fri, May 01, 2015 at 12:58:58PM -0700, Vipin Garg wrote: > I added a bridge (br0) in my physical switch Linux kernel... and set the > controller IP address as >ovs-vsctl set-controller 192.168.222.100:6633. > > Just to make it clear, my controller is running on a separate machine ..On > th

[ovs-discuss] Cannot add a port to a created bridge

2015-05-03 Thread jean-christophe manciot
Hello guys, I've manually compiled and installed openvswitch from the git sources, following all the installation procedures from the install.md file, with one exception: I've replaced the last line of the step 6 with: ovsdb-tool create /usr/local/etc/openvswitch/conf.db /usr/local/share/openvswit

Re: [ovs-discuss] Queue-Stats command not working

2015-05-03 Thread Haleema Sadia
Here it is! On Sat, May 2, 2015 at 10:16 AM, Ben Pfaff wrote: > Can you provide the ovs-vswitchd log? > > On Sat, May 02, 2015 at 09:58:34AM -0700, Haleema Sadia wrote: > > My mininet wasn't working before when I type the command, but I restarted > > it and now the command shows this: > > > > qd

Re: [ovs-discuss] Queue-Stats command not working

2015-05-03 Thread Haleema Sadia
It says: qdisc pfifo_fast 0: dev eth0 root refcnt 2 bands 3 priomap 1 2 2 2 1 2 0 0 1 1 1 1 1 1 1 1 On Sat, May 2, 2015 at 9:17 AM, Ben Pfaff wrote: > Check whether the kernel shows the qdisc being configured: "tc qdisc > show". > > On Sat, May 02, 2015 at 05:11:30PM +0500, Haleema Sadia wrot

[ovs-discuss] ovs-vswitchd crash while setting up controller IP

2015-05-03 Thread Vipin Garg
Hello, I added a bridge (br0) in my physical switch Linux kernel... and set the controller IP address as ovs-vsctl set-controller 192.168.222.100:6633. Just to make it clear, my controller is running on a separate machine ..On the switch, ovs-vsctl show following -- # ./ovs-vsctl show 579287

Re: [ovs-discuss] Queue-Stats command not working

2015-05-03 Thread Haleema Sadia
Hi Ben, Thanks for your response! The ovs-vswitchd log shows shows no error and neither does it says anything about the queue creation. Is that fine? However, I do get the qos id and the queue id when I create them. On Sat, May 2, 2015 at 3:57 AM, Ben Pfaff wrote: > On Thu, Apr 30, 2015 at 11:

Re: [ovs-discuss] Why does'nt OVS flood ARP packets when connected to POX?

2015-05-03 Thread Ben Pfaff
On Sun, May 03, 2015 at 04:17:43PM +0200, Azouni Abdelhadi wrote: > I have ovs connecting two hosts and connected to POX controller. When I > send an ARP request from host1 to an unknown host, OVS send a packet-in to > POX. POx responds with a packet-out with action: flood on all physical > ports e

[ovs-discuss] Why does'nt OVS flood ARP packets when connected to POX?

2015-05-03 Thread Azouni Abdelhadi
Hello everyone, I have ovs connecting two hosts and connected to POX controller. When I send an ARP request from host1 to an unknown host, OVS send a packet-in to POX. POx responds with a packet-out with action: flood on all physical ports except those blocked by STP. By sniffing the physical port