Re: [PATCH net] neighbor: NTF_PROXY is a valid ndm_flag for a dump request

2018-12-19 Thread David Miller
From: David Ahern Date: Wed, 19 Dec 2018 16:54:38 -0800 > From: David Ahern > > 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

[PATCH net] neighbor: NTF_PROXY is a valid ndm_flag for a dump request

2018-12-19 Thread David Ahern
From: David Ahern 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 --- net/core/neighbour.c