On Sun, Jul 27, 2014 at 4:01 AM, Duy Bach Ha <bachha...@gmail.com> wrote:
> *sh ovs-vsctl -- set Bridge s1 netflow=@nf -- --id=@nf create NetFlow > targets=\"192.168.1.2:5566 <http://192.168.1.2:5566>\" active-timeout=10* > Assuming your 'sh' is a POSIX 1003.2-compliant shell, you need to escape the colon in the targets otherwise bad expansion happens. It shouldn't crash, of course, but that's a different problem. Try this and see if it works any better: sh ovs-vsctl -- set Bridge s1 netflow=@nf -- --id=@nf create NetFlow targets="192.168.1.2\:5556" active-timeout=10 (with appropriate quoting of the actual double quotes depending on your environment) -- Nick
_______________________________________________ discuss mailing list discuss@openvswitch.org http://openvswitch.org/mailman/listinfo/discuss