From: David S. Miller Date: Tue, 23 Oct 2018 02:33:29 +0000 (-0700) Subject: Merge branch 'net-Add-support-for-dumping-addresses-for-a-specific-device' X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=de46e92af4461decff2288a1e97e47cd9e82f783;p=openwrt%2Fstaging%2Fblogic.git Merge branch 'net-Add-support-for-dumping-addresses-for-a-specific-device' David Ahern says: ==================== net: Add support for dumping addresses for a specific device 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. ==================== Signed-off-by: David S. Miller --- de46e92af4461decff2288a1e97e47cd9e82f783