[ovs-discuss] eht1 not learning mac

2016-11-04 Thread Ashish Kurian
Dear Folks, I have a very strange behavior. I am not sure if it is due to mininet or OVS. I have host H1 connected to OVS switch s1. This is inside my Virtual machine VM1. Similarly I have VM2 with s2 and H2 connected to s2. The VM1 and VM2 are connected via a tunnel. VM1 IP is

Re: [ovs-discuss] eht1 not learning mac

2016-11-04 Thread Ashish Kurian
Dear Lori, Thanks for the response. What more details do you require? Another thing is that, if I do not attach the eth1 to the switches and give static arp entries, the ping works. If you wish I can send you the python script for the topology and the flows that I used, so that you can analyse.

Re: [ovs-discuss] eht1 not learning mac

2016-11-04 Thread Lori Jakab
On 11/4/16 4:07 PM, Ashish Kurian wrote: > Dear Folks, > > I have a very strange behavior. I am not sure if it is due to mininet > or OVS. > > I have host H1 connected to OVS switch s1. This is inside my Virtual > machine VM1. Similarly I have VM2 with s2 and H2 connected to s2. > > The VM1 and

[ovs-discuss] QoS problems with ovs , max-rate scale not correct

2016-11-04 Thread 楊青樺
Hi all, I'm trying to get speed limit for specific port in the mininet using ovs and ryu controller. but I got some problems: ovs-vsctl -- set Port s1-eth1 qos=@newqos -- \ --id=@newqos create QoS type=linux-htb other-config:max-rate=100 1. while setting max-rate=100(1000K), it should

[ovs-discuss] Facing Internet Connection issue after adding vlan tag in OVS

2016-11-04 Thread gowthami prakala
Hi , After adding vlan tag, not able to reach external network(ie ping www.google.com failed).The following commands used, In Host Machine, sudo ovs-vsctl add-br br0 sudo ovs-vsctl add-port brlan0 eth0 sudo ifconfig eth0 0 sudo ifconfig brlan0 192.168.1.100 netmask 255.255.255.0 sudo ifconfig

Re: [ovs-discuss] Facing Internet Connection issue after adding vlan tag in OVS

2016-11-04 Thread Geza Gemes
On 11/04/2016 01:36 PM, gowthami prakala wrote: Hi , After adding vlan tag, not able to reach external network(ie ping www.google.com failed).The following commands used, In Host Machine, sudo ovs-vsctl add-br br0 sudo ovs-vsctl add-port brlan0 eth0 sudo ifconfig

Re: [ovs-discuss] Duplicate multicast packets

2016-11-04 Thread O'Reilly, Darragh
This change to xlate_normal_mcast_send_mrouters() seems to fix it: --- ./ofproto/ofproto-dpif-xlate.c.orig 2016-11-04 15:41:12.733632616 + +++ ./ofproto/ofproto-dpif-xlate.c 2016-11-04 15:43:41.494137689 + @@ -2326,7 +2326,8 @@ xcfg = ovsrcu_get(struct xlate_cfg *, );