From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH net-next 0/4] net: Add support for dumping addresses for a specific device Date: Mon, 22 Oct 2018 19:33:49 -0700 (PDT) Message-ID: <20181022.193349.887283473968425088.davem@davemloft.net> References: <20181019194530.3590-1-dsahern@kernel.org> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: netdev@vger.kernel.org, dsahern@gmail.com To: dsahern@kernel.org Return-path: Received: from shards.monkeyblade.net ([23.128.96.9]:39876 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725768AbeJWKzF (ORCPT ); Tue, 23 Oct 2018 06:55:05 -0400 In-Reply-To: <20181019194530.3590-1-dsahern@kernel.org> Sender: netdev-owner@vger.kernel.org List-ID: From: David Ahern Date: Fri, 19 Oct 2018 12:45:26 -0700 > From: David Ahern > > 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.