On Tue, Jun 24, 2014 at 10:08:28AM -0700, shruti rao wrote:
> mininet> sh ovs-ofctl dump-flows s1
> NXST_FLOW reply (xid=0x4):
>  cookie=0x0, duration=160.318s, table=0, n_packets=0, n_bytes=0,
> idle_age=160, actions=NORMAL
> mininet> sh ovs-ofctl dump-flows s2
> NXST_FLOW reply (xid=0x4):
>  cookie=0x0, duration=50.296s, table=0, n_packets=0, n_bytes=0,
> idle_age=50, in_port=1,dl_dst=ba:3b:f5:9d:47:01 actions=output:2
>  cookie=0x0, duration=12.639s, table=0, n_packets=0, n_bytes=0,
> idle_age=12, in_port=1,dl_dst=52:45:27:b8:d5:96 actions=strip_vlan,output:3
> mininet> red1 ping red2
> PING 10.0.0.4 (10.0.0.4) 56(84) bytes of data.
> From 10.0.0.3 icmp_seq=1 Destination Host Unreachable
> From 10.0.0.3 icmp_seq=2 Destination Host Unreachable
> From 10.0.0.3 icmp_seq=3 Destination Host Unreachable
> ^C
> --- 10.0.0.4 ping statistics ---
> 5 packets transmitted, 0 received, +3 errors, 100% packet loss, time 4024ms
> pipe 3
> mininet> red1 ping blue2
> PING 10.0.0.2 (10.0.0.2) 56(84) bytes of data.
> From 10.0.0.3 icmp_seq=1 Destination Host Unreachable
> From 10.0.0.3 icmp_seq=2 Destination Host Unreachable
> From 10.0.0.3 icmp_seq=3 Destination Host Unreachable
> ^C
> --- 10.0.0.2 ping statistics ---
> 5 packets transmitted, 0 received, +3 errors, 100% packet loss, time 4000ms
> pipe 3
> 
> Where am I going wrong while adding the flow rule?

I don't see any rule on s2 that would forward an ARP request (which is
broadcast).
_______________________________________________
discuss mailing list
[email protected]
http://openvswitch.org/mailman/listinfo/discuss

Reply via email to