]> git.proxmox.com Git - mirror_iproute2.git/commit - lib/libnetlink.c
libnetlink: Use ifinfomsg instead of rtgenmsg in rtnl_wilddump_req_filter
authorAlexander Duyck <alexander.h.duyck@intel.com>
Thu, 25 Apr 2013 12:07:10 +0000 (12:07 +0000)
committerStephen Hemminger <stephen@networkplumber.org>
Fri, 26 Apr 2013 23:40:30 +0000 (16:40 -0700)
commit63338dca45135c85c7f588bd5068e6e77ff816eb
treedd0a8c38e412c3c5b73e0253d672dab1715099c1
parent03fdb011dd661315a83998af8af779d8f089e3fe
libnetlink: Use ifinfomsg instead of rtgenmsg in rtnl_wilddump_req_filter

This change corrects a kernel incompatibility that was resulting in the
ext_filter_mask not being correctly discovered by the kernel as it is buried
somewhere in the ifinfomsg.

Reported-by: Or Gerlitz <ogerlitz@mellanox.com>
Signed-off-by: Alexander Duyck <alexander.h.duyck@intel.com>
Acked-by: David S. Miller <davem@davemloft.net>
lib/libnetlink.c