[ovs-discuss] GRE tunnel creation fails: "applying "create" command to table Interface without --id option will have no effect"

Heinonen, Johanna (NSN - FI/Espoo) johanna.heinonen at nsn.com
Sun Jan 15 17:26:05 UTC 2012


Hi,

I am trying to create a gre tunnel between ovs (v1.1.0) and a linux
machine which is running in a VM. I have created dp0 and attached normal
eth interfaces to it. Dp0 is controlled by NOX. This far everything
works fine. Now I'd like to create  a gre tunnel and attach it to dp0
similar way as eth interfaces.  I tried to follow the instructions from
http://www.mail-archive.com/discuss@openvswitch.org/msg00495.html .
However, the result from the first step is:

root at ovs:~# ovs-vsctl create Interface name=gre0 type=gre
options:remote_ip=192.168.4.1 options:key=1
Jan 13 16:39:31|00002|vsctl|WARN|applying "create" command to table
Interface without --id option will have no effect
5fff7494-0edd-49b2-8064-c57d095c01e5
   
All the examples I am able to find seems to succeed without any -id
option. What am I missing here? Do I need -id option? If yes, where can
I find it?

Some examples use also ovs-vsctl -add-port br0 gre0 -set Interface gre0
type=gre options:remote_ip=1.2.3.4. This command does not accept dp0
(only br0) so I failed with this one too. What is the relation between
dp0 (kernel concept?) and br0?

Do you have any ideas what is wrong and what should I try next?
Thanks a lot for your help,
Johanna
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://openvswitch.org/pipermail/ovs-discuss/attachments/20120115/9fbc33d2/attachment.html>


More information about the discuss mailing list