]> git.proxmox.com Git - mirror_iproute2.git/commit
libnetlink: Add RTNL_HANDLE_F_STRICT_CHK flag
authorDavid Ahern <dsahern@gmail.com>
Thu, 3 Jan 2019 00:31:38 +0000 (16:31 -0800)
committerDavid Ahern <dsahern@gmail.com>
Fri, 4 Jan 2019 20:17:17 +0000 (12:17 -0800)
commit285033bfebbd287e41176611ac7c95c4c3d84eff
treeb389671e6841af97f8e9c448cc3b174f96a2e320
parent66b4199f22d41ee3c128e7795a046d72e74433c6
libnetlink: Add RTNL_HANDLE_F_STRICT_CHK flag

Add RTNL_HANDLE_F_STRICT_CHK flag and set in rth flags to let know
commands know if the kernel supports strict checking.

Extracted from patch from Ido to fix filtering with strict checking
enabled.

Cc: Ido Schimmel <idosch@mellanox.com>
Signed-off-by: David Ahern <dsahern@gmail.com>
include/libnetlink.h
lib/libnetlink.c