]> 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)
commit379b136f5eac16c73a42164d7ae6fc06cdc821b7
tree68c71422634639bbe3a7a2f9f44dba1e694b90f1
parent45a7bde4259b9fdc47985760b8a0349bb823b367
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: c36153db8648 ("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