On Mon, Mar 24, 2014 at 04:24:57PM +0530, Ramana Reddy wrote: > The following command throwing error while adding the flow: > sudo ovs-ofctl --strict add-flow $BR > priority=100,hard_timeout=0,tcp,nw_src=$IP2,actions=mod_nw_src=$IP1,output:local > > Error is: ovs-ofctl: invalid numeric format local
Just write "local", without "output:". _______________________________________________ discuss mailing list [email protected] http://openvswitch.org/mailman/listinfo/discuss
