From mboxrd@z Thu Jan 1 00:00:00 1970 From: Patrick McHardy Subject: Re: [RESEND 3/5] [NET]: Protocol Independant Policy Routing Rules Framework Date: Mon, 31 Jul 2006 20:01:56 +0200 Message-ID: <44CE4594.1030505@trash.net> References: <20060726221100.325687073@postel.suug.ch> <20060726221849.807482409@postel.suug.ch> <20060726.230230.111423566.davem@davemloft.net> <20060727223931.GZ14627@postel.suug.ch> <44CE17B6.2070108@tcs.hut.fi> <20060731152401.GI14627@postel.suug.ch> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Cc: Ville Nuorvala , David Miller , jmorris@namei.org, netdev@vger.kernel.org, usagi-core@linux-ipv6.org, yoshfuji@linux-ipv6.org, anttit@tcs.hut.fi Return-path: Received: from stinky.trash.net ([213.144.137.162]:38334 "EHLO stinky.trash.net") by vger.kernel.org with ESMTP id S1030291AbWGaSB6 (ORCPT ); Mon, 31 Jul 2006 14:01:58 -0400 To: Thomas Graf In-Reply-To: <20060731152401.GI14627@postel.suug.ch> Sender: netdev-owner@vger.kernel.org List-Id: netdev.vger.kernel.org Thomas Graf wrote: > * Ville Nuorvala 2006-07-31 17:46 > >>Shouldn't all these (struct fib_rule_hdr included) actually be defined >>in include/linux/rtnetlink.h? > > > We used to stuff everything into rtnetlink.h for no good reason. Having > independant include/linux/.h to export the interface to > userspace and include/net/.h to export the kernel interface > instead of contributing to the ifdef hell seems a lot cleaner to me. I agree, but then we should also split up rtnetlink.h. Having one special case will just make it harder to find.