OSDN Git Service

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)
commitc0fde870d96e42bbdcc0d9af7ae5e190c767aab8
tree68c71422634639bbe3a7a2f9f44dba1e694b90f1
parent1b451fb2051b464b9758c09a3492104403252e2b
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: 51183d233b5a ("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