From mboxrd@z Thu Jan 1 00:00:00 1970 From: Florian Westphal Subject: Re: libmnl [PATCH 1/5] examples: set attr table Date: Thu, 5 Dec 2013 15:15:32 +0100 Message-ID: <20131205141532.GG2767@breakpoint.cc> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Pablo Neira Ayuso , netfilter-devel@vger.kernel.org To: Ken-ichirou MATSUZAWA Return-path: Received: from Chamillionaire.breakpoint.cc ([80.244.247.6]:36540 "EHLO Chamillionaire.breakpoint.cc" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751260Ab3LEOPf (ORCPT ); Thu, 5 Dec 2013 09:15:35 -0500 Content-Disposition: inline In-Reply-To: Sender: netfilter-devel-owner@vger.kernel.org List-ID: Ken-ichirou MATSUZAWA wrote: > From: Ken-ichirou MATSUZAWA > Date: Thu, 7 Nov 2013 16:45:41 +0900 > Subject: [PATCH 1/5] examples: set attr table > > --- > examples/rtnl/rtnl-route-dump.c | 4 ++++ > 1 file changed, 4 insertions(+) Looks correct, thanks! Would you mind reviewing the other examples as well? examples/rtnl/rtnl-route-event.c seems to have similar problem.