Re: [ovs-dev] [tunnels2 3/5] ovs-dpctl: Add new "set-if" command.

2011-10-19 Thread Ben Pfaff
On Tue, Oct 18, 2011 at 05:39:58PM -0700, Jesse Gross wrote: > On Mon, Oct 17, 2011 at 3:14 PM, Ben Pfaff wrote: > > diff --git a/utilities/ovs-dpctl.c b/utilities/ovs-dpctl.c > > index 4d0d3c2..01bc1eb 100644 > > --- a/utilities/ovs-dpctl.c > > +++ b/utilities/ovs-dpctl.c > > @@ -130,13 +130,17 @

Re: [ovs-dev] [tunnels2 3/5] ovs-dpctl: Add new "set-if" command.

2011-10-18 Thread Jesse Gross
On Mon, Oct 17, 2011 at 3:14 PM, Ben Pfaff wrote: > diff --git a/utilities/ovs-dpctl.c b/utilities/ovs-dpctl.c > index 4d0d3c2..01bc1eb 100644 > --- a/utilities/ovs-dpctl.c > +++ b/utilities/ovs-dpctl.c > @@ -130,13 +130,17 @@ usage(void) >            "usage: %s [OPTIONS] COMMAND [ARG...]\n" >    

[ovs-dev] [tunnels2 3/5] ovs-dpctl: Add new "set-if" command.

2011-10-17 Thread Ben Pfaff
I have found this useful for testing tunnel configuration. --- NEWS |2 + utilities/ovs-dpctl.8.in | 13 +- utilities/ovs-dpctl.c| 101 +- 3 files changed, 112 insertions(+), 4 deletions(-) diff --git a/NEWS b/NEWS ind