Re: [ovs-dev] [PATCH 1/3] ovs-ofctl: Add --unixctl command line option.

2014-07-28 Thread Ben Pfaff
On Fri, Jul 25, 2014 at 04:55:09PM -0700, Justin Pettit wrote: > Do you think it's worth documenting in the man page? > > Acked-by: Justin Pettit That's a good point. Done. ___ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listin

Re: [ovs-dev] [PATCH 1/3] ovs-ofctl: Add --unixctl command line option.

2014-07-25 Thread Justin Pettit
Do you think it's worth documenting in the man page? Acked-by: Justin Pettit --Justin On July 22, 2014 at 3:58:37 PM, Ben Pfaff (b...@nicira.com) wrote: > This matches the option offered by some other Open vSwitch daemons. I > intend to use it in tests in an upcoming commit. > > Signed-off-by