From mboxrd@z Thu Jan 1 00:00:00 1970 From: Cong Wang Subject: Re: [PATCH net-next v5] bridge: export multicast database via netlink Date: Wed, 12 Dec 2012 15:59:21 +0800 Message-ID: <1355299161.2468.2.camel@cr0> References: <1354874688-24564-1-git-send-email-amwang@redhat.com> <20121211164856.37ce94fe@nehalam.linuxnetplumber.net> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Cc: netdev@vger.kernel.org, bridge@lists.linux-foundation.org, Herbert Xu , Jesper Dangaard Brouer , Thomas Graf , "David S. Miller" To: Stephen Hemminger Return-path: In-Reply-To: <20121211164856.37ce94fe@nehalam.linuxnetplumber.net> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: bridge-bounces@lists.linux-foundation.org Errors-To: bridge-bounces@lists.linux-foundation.org List-Id: netdev.vger.kernel.org On Tue, 2012-12-11 at 16:48 -0800, Stephen Hemminger wrote: > > Applied, but required some manual fixing. It required adding if_bridge.h > to include/linux in iproute2 exported headers. Also patch still had some fuzz > against current version. > Thanks, Stephen! I thought those headers are sync'ed with kernel headers automatically, so we have to keep them up to date manually.