From mboxrd@z Thu Jan 1 00:00:00 1970 From: Patrick McHardy Subject: Re: Troubles with MARK target in 2.6.28 Date: Thu, 15 Jan 2009 16:54:13 +0100 Message-ID: <496F5C25.2010702@trash.net> References: <86617ABF8F494F2A940C18251E3DC8D0@Hakkenden> <496AE0E3.1030009@trash.net> <496AEC64.5040202@trash.net> <496AEEB0.3080905@trash.net> <496F40DC.2000605@trash.net> <496F42F0.7050305@netfilter.org> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit Cc: Pablo Neira Ayuso , "Nikolay S. Rybalov" , netfilter@vger.kernel.org, Netfilter Development Mailinglist To: Jan Engelhardt Return-path: Received: from stinky.trash.net ([213.144.137.162]:44884 "EHLO stinky.trash.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754475AbZAOPyR (ORCPT ); Thu, 15 Jan 2009 10:54:17 -0500 In-Reply-To: Sender: netfilter-devel-owner@vger.kernel.org List-ID: Jan Engelhardt wrote: > On Thursday 2009-01-15 15:06, Pablo Neira Ayuso wrote: >> Patrick McHardy wrote: >>> Jan Engelhardt wrote: >>>> But the spartanic output of those proc files barely helps (especially >>>> in light of multiple revisions), so here is the patch I spoke about, >>>> refreshed and rebased, that solves the worries. >>> That seems a bit overkill. Text-based representation also doesn't seem >>> ideal, iptables already has this information and a cmdline user will >>> simply use "iptables ... -h" to get the supported option. For other >>> programs a binary representation would probably be easier to handle. >> Agreed. The text-based interface seems to me like yet-another-interface >> that users may (ab)use (like /proc/net/nf_conntrack, I have seen people >> polling from it to display information, this was OK in the early days). >> Following this basis, one may come and implement another text-based >> interface to display the rule-set in the kernel and so on. > > But is there an equivalent user tool and interface at this time > to obtain the same information? No that I know of, but that doesn't matter as long as nobody has a need for it.