Hi,
Sometimes back, while checking datapath flows for my bridge br0, I had noticed src and dst mac been listed as below in eth().

ovs-appctl dpif/dump-flows br0
recirc_id(0),in_port(3),eth(src=00:02:c9:4c:e6:e2,dst=33:33:00:00:00:02),eth_type(0x86dd),ipv6(frag=no), packets:1418, bytes:87916, used:0.268s, actions:2,1,4
...

Not sure whether I turned on some debug setting within switch, as I had been checking with appctl vlog/list console and file settings. Following restart of ovsdb server and daemon process, now I do not see those eth() info.

ovs-appctl dpif/dump-flows br0
recirc_id(0),in_port(2),eth_type(0x86dd),ipv6(frag=no), packets:245, bytes:15190, used:6.644s, actions:3

Any help to get back same verbose level in dpif/dump-flows is appreciated.

--
Regards,
Gowrishankar M

_______________________________________________
discuss mailing list
[email protected]
http://openvswitch.org/mailman/listinfo/discuss

Reply via email to