On Jun 26, 2013, at 0:47 , ext Roam Pune wrote:
...
i got same error, but then i found a way around it using following command:

$ sudo insmod datapath/linux/openvswitch.ko
insmod: error inserting 'datapath/linux/openvswitch.ko': -1 Unknown symbol in 
module

$ sudo modprobe gre
$ sudo insmod datapath/linux/openvswitch.ko
$ sudo lsmod | grep -i open
openvswitch            75841  0
gre                    12989  1 openvswitch


Roam,

Thanks for this tip. I added the "modprobe gre" line to my own scripts I use to 
run OVS and it works now :-)

  Jarno

_______________________________________________
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev

Reply via email to