From: David Ahern <dsah...@kernel.org> Date: Fri, 19 Oct 2018 12:45:26 -0700
> From: David Ahern <dsah...@gmail.com> > > Use the recently added kernel side filter infrastructure to add support > for dumping addresses only for a specific device. > > Patch 1 creates an IPv4 version similar to IPv6's in6_dump_addrs function. > > Patch 2 simplifies in6_dump_addrs by moving index tracking of IP > addresses from inet6_dump_addr to in6_dump_addrs. > > Patches 3 and 4 use the device-based address dump helpers to limit a > dump to just the addresses on a specific device. Create good infrastructure, and it will get used. Series applied, thanks David.