<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
</head>
<body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">
<br>
<div>
<div>On Jun 26, 2013, at 0:47 , ext Roam Pune wrote:</div>
...<br>
<blockquote type="cite">
<div class="gmail_quote">
<div>i got same error, but then i found a way around it using following command:</div>
<div><br>
</div>
<div>
<div>$ sudo insmod datapath/linux/openvswitch.ko</div>
<div>insmod: error inserting 'datapath/linux/openvswitch.ko': -1 Unknown symbol in module</div>
<div><br>
</div>
<div>$ <b>sudo modprobe gre&nbsp;</b></div>
<div>$ sudo insmod datapath/linux/openvswitch.ko</div>
</div>
<div>
<div>$ sudo lsmod | grep -i open</div>
<div>openvswitch &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;75841 &nbsp;0&nbsp;</div>
<div>gre &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;12989 &nbsp;1 openvswitch</div>
</div>
<div><br>
</div>
</div>
</blockquote>
<div><br>
</div>
<div>Roam,</div>
<div><br>
</div>
<div>Thanks for this tip. I added the &quot;modprobe gre&quot; line to my own scripts I use to run OVS and it works now :-)</div>
<div><br>
</div>
<div>&nbsp; Jarno</div>
<div><br>
</div>
</div>
</body>
</html>