]> Git Repo - linux.git/commit
neighbour: support for NTF_EXT_LEARNED flag
authorRoopa Prabhu <[email protected]>
Tue, 24 Apr 2018 20:49:34 +0000 (13:49 -0700)
committerDavid S. Miller <[email protected]>
Wed, 25 Apr 2018 17:19:59 +0000 (13:19 -0400)
commit9ce33e46531d4b9f94b0fa135781e27c7c4e32e8
treebc18c132cdc706b70ca1f77b38f0a8fd670d8660
parent0aef78aa7b39829a2a46c1c0e6e96276d744e07a
neighbour: support for NTF_EXT_LEARNED flag

This patch extends NTF_EXT_LEARNED support to the neighbour system.
Example use-case: An Ethernet VPN implementation (eg in FRR routing suite)
can use this flag to add dynamic reachable external neigh entires
learned via control plane. The use of neigh NTF_EXT_LEARNED in this
patch is consistent with its use with bridge and vxlan fdb entries.

Signed-off-by: Roopa Prabhu <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
include/net/neighbour.h
net/core/neighbour.c
This page took 0.06223 seconds and 4 git commands to generate.