diff options
author | 2015-03-03 17:11:16 -0600 | |
---|---|---|
committer | 2015-03-04 00:23:23 -0500 | |
commit | 4fd3d7d9e868ffbdb0e7a67c5c8e9dfdcd846a62 (patch) | |
tree | a6ee61e3ac7571516b693c2465c6309a59cd0a08 /net/switchdev/switchdev.c | |
parent | neigh: Factor out ___neigh_lookup_noref (diff) | |
download | linux-dev-4fd3d7d9e868ffbdb0e7a67c5c8e9dfdcd846a62.tar.xz linux-dev-4fd3d7d9e868ffbdb0e7a67c5c8e9dfdcd846a62.zip |
neigh: Add helper function neigh_xmit
For MPLS I am building the code so that either the neighbour mac
address can be specified or we can have a next hop in ipv4 or ipv6.
The kind of next hop we have is indicated by the neighbour table
pointer. A neighbour table pointer of NULL is a link layer address.
A non-NULL neighbour table pointer indicates which neighbour table and
thus which address family the next hop address is in that we need to
look up.
The code either sends a packet directly or looks up the appropriate
neighbour table entry and sends the packet.
Signed-off-by: "Eric W. Biederman" <ebiederm@xmission.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/switchdev/switchdev.c')
0 files changed, 0 insertions, 0 deletions