<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Mon, Feb 2, 2015 at 10:36 AM, Anjali Kulkarni <span dir="ltr"><<a href="mailto:anjali@juniper.net" target="_blank">anjali@juniper.net</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">What I was wondering is how this veth (tunnel or endpoints) is implemented<br>
in code? Is it like a TCP/IP socket connection over which packets are sent<br>
from one endpoint to other? Can you point me to this code?<br>
<div class=""><div class="h5"><br></div></div></blockquote><div><br></div><div><br></div><div>Do you mean <a href="http://lxr.free-electrons.com/source/drivers/net/veth.c">http://lxr.free-electrons.com/source/drivers/net/veth.c</a> ?</div><div>Or perhaps a more generic explanation, like <a href="http://www.opencloudblog.com/?p=66">http://www.opencloudblog.com/?p=66</a>?</div><div><br></div><div>From the bridge/ovs point of view, the veth part that stays in the host should behave just like any other ethernet interface.</div><div><br></div><div>-- </div><div>Fajar</div><div><br></div></div></div></div>