]> git.proxmox.com Git - mirror_iproute2.git/commit
libnetlink: linkdump_req: Only AF_UNSPEC family expects an ext_filter_mask
authorDavid Ahern <dsahern@gmail.com>
Thu, 4 Oct 2018 21:12:39 +0000 (14:12 -0700)
committerDavid Ahern <dsahern@gmail.com>
Thu, 27 Dec 2018 23:33:05 +0000 (15:33 -0800)
commitd97b16b2c90614b784f045f070f4326f5a3b5eaa
treeef47fbb0a1031ca37a0aa86a6ee7b3dc44289082
parent92e03242c4c0a5c6ac3571153dc7323b0b45a430
libnetlink: linkdump_req: Only AF_UNSPEC family expects an ext_filter_mask

Only AF_UNSPEC handled by rtnl_dump_ifinfo expects an ext_filter_mask
on a dump request. Update the linkdump request functions to only set
and send ext_filter_mask for AF_UNSPEC.

Signed-off-by: David Ahern <dsahern@gmail.com>
lib/libnetlink.c