From a153517c5cae97c937feddf1e9b53e29efe009b7 Mon Sep 17 00:00:00 2001 From: Tobias Jungel Date: Fri, 13 Apr 2018 11:10:43 +0200 Subject: neigh: update neighbour.h and add missing flags NTF_EXT_LEARNED, NTF_OFFLOADED and NTF_MASTER are added to neigh_flags. https://github.com/thom311/libnl/pull/186 --- lib/route/neigh.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lib') diff --git a/lib/route/neigh.c b/lib/route/neigh.c index 7ea3ea22..876f2c28 100644 --- a/lib/route/neigh.c +++ b/lib/route/neigh.c @@ -894,6 +894,9 @@ static const struct trans_tbl neigh_flags[] = { __ADD(NTF_PROXY, proxy), __ADD(NTF_ROUTER, router), __ADD(NTF_SELF, self), + __ADD(NTF_MASTER, master), + __ADD(NTF_EXT_LEARNED, ext_learned), + __ADD(NTF_OFFLOADED, offloaded), }; char * rtnl_neigh_flags2str(int flags, char *buf, size_t len) -- cgit v1.2.3