From mboxrd@z Thu Jan 1 00:00:00 1970 From: Patrick McHardy Subject: Re: [PATCH 1/1] Re: dangerous? Setting mark in nat table Date: Thu, 15 Mar 2007 00:15:40 +0100 Message-ID: <45F8821C.7000407@trash.net> References: <45F6CD7C.40708@ufomechanic.net> <1173868532.26913.39.camel@henriknordstrom.net> <45F7D657.8070907@trash.net> <1173876211.26913.73.camel@henriknordstrom.net> <45F7F027.9050300@ufomechanic.net> <45F7F3C6.3060908@trash.net> <45F85C89.7070107@trash.net> <1173905134.1760.59.camel@henriknordstrom.net> <1173910894.1760.89.camel@henriknordstrom.net> <45F87E06.20201@gmx.net> <45F87F09.2070009@trash.net> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Cc: netfilter-devel@lists.netfilter.org, Carl-Daniel Hailfinger , Henrik Nordstrom To: Jan Engelhardt Return-path: In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: netfilter-devel-bounces@lists.netfilter.org Errors-To: netfilter-devel-bounces@lists.netfilter.org List-Id: netfilter-devel.vger.kernel.org Jan Engelhardt wrote: > On Mar 15 2007 00:02, Patrick McHardy wrote: > >>Unfortunately the discussion pretty much came to a halt over a year >>ago because of some disagreements. I still consider merging it a >>good idea, but since there is no progress in this area I will start >>working on a netlink based iptables replacement myself in the next >>months. > > > Does not iptables (like iproute2 and /usr/sbin/conntrack) use netlink already? No, it has an ugly blob-passing setsockopt-based interface, which is reponsible for a lot of the problems we have with iptables.