On Wed, Jan 02, 2019 at 08:38:32PM -0800, David Ahern wrote: > From: David Ahern <dsah...@gmail.com> > > Older kernels expect an ifinfomsg struct as the ancillary header, and > after kernel commit bd961c9bc664 ("rtnetlink: fix rtnl_fdb_dump() for ndmsg > header") can handle either ifinfomsg or ndmsg. Strict data checking only > allows ndmsg. > > Use the new RTNL_HANDLE_F_STRICT_CHK flag to know which header to send. > > Signed-off-by: David Ahern <dsah...@gmail.com>
Reviewed-by: Ido Schimmel <ido...@mellanox.com> Tested-by: Ido Schimmel <ido...@mellanox.com> Thanks!