I've tested with both ( column = and column:  ) , definition is accepted in
all cases but
I get the same error.

Before, I 'm using kernel 3.1.X with openvswitch module from branch 1.4
without this issues.

Nicolas

2012/4/2 Ben Pfaff <b...@nicira.com>

> Both "column=a=b,c=d" and "column:a=b column:c=d" should work and have
> the same effect, assuming the column is initially empty.  This is
> documented in ovs-vsctl(8).
>
> On Mon, Apr 02, 2012 at 10:07:05AM -0700, Justin Pettit wrote:
> > The "options" column is followed by a ":" not a "=".  Also, you need
> > to specify each option separately, so your options arguments would
> > look more like this (not tested):
> >
> >       options:local_ip=10.98.98.1 options:remote_ip=10.98.98.25
> >
> > --Justin
> >
> >
> > On Apr 2, 2012, at 5:33 AM, nicolas prochazka wrote:
> >
> > > Hello,
> > > since I'm using linux kernel 3.0.0 + openvswitch 1.4.0 in kernel
> module ,
> > > my Gre tunnel does not work,
> > >
> > > Apr  2 14:11:46 positronic27900 ovs-vsctl: 00001|vsctl|INFO|Called as
> ovs-vsctl -- add-port br0 GRE-10.98.98.25 tag=999 -- set interface
> GRE-10.98.98.25 type=gre options=local_ip=10.98.98.1,remote_ip=10.98.98.25
> > > Apr  2 12:11:46 positronic27900 ovs-vswitchd:
> 00029|bridge|INFO|created port GRE-10.98.98.25 on bridge br0
> > > Apr  2 12:11:46 positronic27900 ovs-vswitchd:
> 00030|dpif|WARN|system@br0: failed to add GRE-10.98.98.25 as port:
> Address family not supported by protocol
> > > Apr  2 12:11:46 positronic27900 ovs-vswitchd:
> 00031|bridge|WARN|GRE-10.98.98.25 port has no interfaces, dropping
> > > Apr  2 12:11:46 positronic27900 ovs-vswitchd:
> 00032|bridge|INFO|destroyed port GRE-10.98.98.25 on bridge br0
> > >
> > > what's wrong ?
> > >
> > > Regards,
> > > Nicolas Prochazka
> > >
> > >
> > > _______________________________________________
> > > dev mailing list
> > > dev@openvswitch.org
> > > http://openvswitch.org/mailman/listinfo/dev
> >
> > _______________________________________________
> > dev mailing list
> > dev@openvswitch.org
> > http://openvswitch.org/mailman/listinfo/dev
>
_______________________________________________
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev

Reply via email to