On Thu, Mar 21, 2013 at 03:31:42PM +0800, Fang wrote:
> Now I set 
> ovs-ofctl -v --log-file add-flow br0 
> cookie=10,nw_src=192.168.0.171,ip,actions=drop
> I can't find  the information of  packets ofctl drops from ovs-ofctl.log.

ovs-ofctl just tells the switch to add a flow to the OpenFlow table.

> How to get the information of packets processed by ofctl.

ovs-ofctl doesn't process any packets.

> Like iptables.log

You could change the flow to send the packet to a controller, then
have the controller log it.
_______________________________________________
discuss mailing list
discuss@openvswitch.org
http://openvswitch.org/mailman/listinfo/discuss

Reply via email to