Hello Henrique and Ben, that's it!
The command that I was looking for was # ovs-dpctl dump-flows
Now I can see the packets passing through the open vswitch
root@ubuntu-Vostro-3300:/home/ubuntu/Desktop/openvswitch-1.9.0# ovs-ofctl
dump-flows ovs
NXST_FLOW reply (xid=0x4):
cookie=0x0, duration=6
Hi Natalia,
I guess the command you are looking for is:
# ovs-dpctl dump-flows system@ovs-system
This will give you the list of flows in the ovs datapath (in the kernel),
that are currently being used to forward traffic.
--
Henrique Rodrigues
http://www.dcc.ufmg.br/~hsr
On Thu, Apr 18, 2013
On Thu, Apr 18, 2013 at 10:27:18PM -0300, Natalia Queiroz wrote:
> Okay.. but it seems that it is lacking something because I can't see the
> flow passing through the ovs due to comand *ovs-ofctl dump-flows ovs
> *
> I made a ping test between the 2 LXC vms, H1(port 1) to H2(port 2) and port
> 0 i
Okay.. but it seems that it is lacking something because I can't see the
flow passing through the ovs due to comand *ovs-ofctl dump-flows ovs
*
I made a ping test between the 2 LXC vms, H1(port 1) to H2(port 2) and port
0 is ovs.
The ping works fine on the containers but on ovs I got this...
roo
On Thu, Apr 18, 2013 at 11:56:36AM -0300, Natalia Queiroz wrote:
> I'm not really sure if my ovs is running on openflow enabled mode. Can
> someone help me with this?
OVS has no "mode". It is always OpenFlow enabled.
___
discuss mailing list
discuss@ope
Hello ovs discuss group!
My name is Natalia and I'm new in ovs world!
I'm testing ovs in a lab with 2 vms (ubuntu) connected to my local
machine(ubuntu) that is running ovs.
When I start a test ping from the vms to my ovs I start to check the flows
with the command ovs-ofctl dump-flows ovs, but