]> git.baikalelectronics.ru Git - kernel.git/commit
neighbor: NTF_PROXY is a valid ndm_flag for a dump request
authorDavid Ahern <dsahern@gmail.com>
Thu, 20 Dec 2018 00:54:38 +0000 (16:54 -0800)
committerDavid S. Miller <davem@davemloft.net>
Thu, 20 Dec 2018 01:30:47 +0000 (17:30 -0800)
commitcfcdf2c02d7da5f4632e4e53b01cffc025726614
tree68c71422634639bbe3a7a2f9f44dba1e694b90f1
parentaeee7794beb55d39a87122eac96438622b22f8fc
neighbor: NTF_PROXY is a valid ndm_flag for a dump request

When dumping proxy entries the dump request has NTF_PROXY set in
ndm_flags. strict mode checking needs to be updated to allow this
flag.

Fixes: 0bb9996691c9 ("net/neighbor: Update neigh_dump_info for strict data checking")
Signed-off-by: David Ahern <dsahern@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/core/neighbour.c