On Fri, Apr 08, 2011 at 03:13:57PM +0800, benzwt benzwt wrote:
> I have surfed an tutorial about create GRE using OVS.
Can you direct us to this tutorial? Perhaps we can get it fixed.
> The commands are as follows:
>
> ovs-vsctl create interface type=gre name =gre0 option="remote_ip=x.x.x.x"
>
> But, the latest ovs-vsctl(build from lastest snapshot) doesn't have
> the option "create".
The "create" command is still there. I think that you must be
misinterpreting an error message.
> Where can I get the latest documentation about setting up GRE tunnel ?
Here's a command that should work:
ovs-vsctl -- add-port br0 gre0 \
-- set Interface gre0 type=gre options:remote_ip=1.2.3.4
_______________________________________________
discuss mailing list
[email protected]
http://openvswitch.org/mailman/listinfo/discuss