On Nov 13, 2009, at 11:28 AM, David Erickson wrote: > I've attached the packet dump of the netflow message from the switch causing > the problems. Also as an aside, I was only able to get it to send one netflow > message because my machine returned an icmp error back to ovs since I am not > listening on that port.. is there a way to disregard those errors and keep > sending netflow messages?
Can you have netcat listen on the machine? Something along the lines of: nc -l -u -p 9995 That should prevent the port unreachables. --Justin _______________________________________________ discuss mailing list discuss@openvswitch.org http://openvswitch.org/mailman/listinfo/discuss_openvswitch.org