commit | 6a5f44d7a048c97b8bae8ce464c97b8fad61ff99 | [log] [tgz] |
---|---|---|
author | Timo Teras <timo.teras@iki.fi> | Tue Oct 23 20:31:53 2007 -0700 |
committer | David S. Miller <davem@sunset.davemloft.net> | Tue Oct 23 21:27:53 2007 -0700 |
tree | 7e7a8e51c34ae5038ea5e228d4b86dce6684fb7f | |
parent | 16d14ef9f29dfa9b1d99f3eff860e9f15bc99f39 [diff] |
[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 <timo.teras@iki.fi> Acked-by: Alexey Kuznetsov <kuznet@ms2.inr.ac.ru> Signed-off-by: David S. Miller <davem@davemloft.net>