diff options
| author | David S. Miller <davem@davemloft.net> | 2018-12-19 13:37:34 -0800 |
|---|---|---|
| committer | David S. Miller <davem@davemloft.net> | 2018-12-19 13:37:34 -0800 |
| commit | 24894bc6eabc43f55f5470767780ac07db18e797 (patch) | |
| tree | 36ca9571609e175b43f1602af01fdaa75bae45e2 /include | |
| parent | 4ab0edecaf1d9a4acb5bddc4a869b0f7efda634a (diff) | |
| parent | 8deecf3557cca7d80fb5157f0858b738f8eebbc7 (diff) | |
Merge branch 'neigh-get-support'
Roopa Prabhu says:
====================
neigh get support
This series adds support for neigh get similar
to route and recently added fdb get.
v2: fix key len check. and some other fixes
====================
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include')
| -rw-r--r-- | include/net/neighbour.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/net/neighbour.h b/include/net/neighbour.h index 66221f1991c0..7c1ab9edba03 100644 --- a/include/net/neighbour.h +++ b/include/net/neighbour.h @@ -255,6 +255,7 @@ static inline void *neighbour_priv(const struct neighbour *n) #define NEIGH_UPDATE_F_ISROUTER 0x40000000 #define NEIGH_UPDATE_F_ADMIN 0x80000000 +extern const struct nla_policy nda_policy[]; static inline bool neigh_key_eq16(const struct neighbour *n, const void *pkey) { |
