On Sun, Aug 14, 2016 at 06:59:09PM -0500, Ryan Moats wrote:
> On a side note - I'm starting to see consistent failures in the bfd - decay
> case...
> Is this just me, or are others also seeing it?
We've had at least one report, but I haven't been seeing it myself.
_
Ben Pfaff wrote on 08/14/2016 12:36:31 AM:
> From: Ben Pfaff
> To: Ryan Moats/Omaha/IBM@IBMUS
> Cc: dev@openvswitch.org
> Date: 08/14/2016 12:36 AM
> Subject: Re: [ovs-dev] [PATCH v2 1/2] Add dry-run option to ovs-
> dpctl and ovs-ofctl commands.
>
> On Thu, Aug 04,
On Thu, Aug 04, 2016 at 05:55:34PM +, Ryan Moats wrote:
> ovs-dpctl and ovs-ofctl lack a dry-run option. Add it
> and the necessary scaffolding to each.
>
> Signed-off-by: Ryan Moats
The point behind a --dry-run option is supposed to be that it does
everything up to but not actually includi
ovs-dpctl and ovs-ofctl lack a dry-run option. Add it
and the necessary scaffolding to each.
Signed-off-by: Ryan Moats
---
v1->v2:
Fixed typo in usage string
lib/command-line.c | 50 +
lib/command-line.h | 6 +-
lib/db-ctl-base.h | 2 +-