From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Graf Subject: Re: [PATCH 1/7] Sync with 2.6.19 kernel header about include/linux. Date: Tue, 5 Dec 2006 11:42:11 +0100 Message-ID: <20061205104211.GW8693@postel.suug.ch> References: <11653137213434-git-send-email-nakam@linux-ipv6.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: shemminger@osdl.org, netdev@vger.kernel.org Return-path: Received: from postel.suug.ch ([194.88.212.233]:42350 "EHLO postel.suug.ch" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S937497AbWLEKlu (ORCPT ); Tue, 5 Dec 2006 05:41:50 -0500 To: Masahide NAKAMURA Content-Disposition: inline In-Reply-To: <11653137213434-git-send-email-nakam@linux-ipv6.org> Sender: netdev-owner@vger.kernel.org List-Id: netdev.vger.kernel.org * Masahide NAKAMURA 2006-12-05 19:15 > diff --git a/include/linux/fib_rules.h b/include/linux/fib_rules.h > index 8270aac..4418c8d 100644 > --- a/include/linux/fib_rules.h > +++ b/include/linux/fib_rules.h > @@ -6,7 +6,6 @@ #include > > /* rule is permanent, and cannot be deleted */ > #define FIB_RULE_PERMANENT 1 > -#define FIB_RULE_INVERT 2 > > struct fib_rule_hdr > { > @@ -35,7 +34,7 @@ enum > FRA_UNUSED3, > FRA_UNUSED4, > FRA_UNUSED5, > - FRA_FWMARK, /* mark */ > + FRA_FWMARK, /* netfilter mark */ > FRA_FLOW, /* flow/class id */ > FRA_UNUSED6, > FRA_UNUSED7, Why are you reverting this?