From: Timo Teras Date: Wed, 24 Oct 2007 03:31:53 +0000 (-0700) Subject: [IPV4] ip_gre: sendto/recvfrom NBMA address X-Git-Tag: v2.6.24-rc2~139^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6a5f44d7a048c97b8bae8ce464c97b8fad61ff99;p=pandora-kernel.git [IPV4] ip_gre: sendto/recvfrom NBMA address When GRE tunnel is in NBMA mode, this patch allows an application to use a PF_PACKET socket to: - send a packet to specific NBMA address with sendto() - use recvfrom() to receive packet and check which NBMA address it came from This is required to implement properly NHRP over GRE tunnel. Signed-off-by: Timo Teras Acked-by: Alexey Kuznetsov Signed-off-by: David S. Miller --- Reading git-diff-tree failed