Netdev List
 help / color / mirror / Atom feed
From: "Rami Rosen" <ramirose@gmail.com>
To: davem@davemloft.net
Cc: netdev@vger.kernel.org
Subject: [PATCH net-2.6.25] [IPV4] Remove unused multipath cached routing defintion in net/flow.h
Date: Mon, 31 Dec 2007 13:15:19 +0200	[thread overview]
Message-ID: <eb3ff54b0712310315l4df16c6fye0bf2a82505d20be@mail.gmail.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 345 bytes --]

Hi,

The FLOWI_FLAG_MULTIPATHOLDROUTE definition in include/net/flow.h is an unused
  definition. It belongs to IPV4 multipath cached routing support,
   which has been dropped recently for 2.6.23 kernel (July 2007).
	
Regards,
Rami Rosen

http://www.linux-foundation.org/en/Net:Network_Overview


Signed-off-by: Rami Rosen <ramirose@gmail.com>

[-- Attachment #2: patch.txt --]
[-- Type: text/plain, Size: 279 bytes --]

diff --git a/include/net/flow.h b/include/net/flow.h
index af59fa5..ad16e00 100644
--- a/include/net/flow.h
+++ b/include/net/flow.h
@@ -48,7 +48,6 @@ struct flowi {
 
 	__u8	proto;
 	__u8	flags;
-#define FLOWI_FLAG_MULTIPATHOLDROUTE 0x01
 	union {
 		struct {
 			__be16	sport;

             reply	other threads:[~2007-12-31 11:15 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-12-31 11:15 Rami Rosen [this message]
2007-12-31 12:29 ` [PATCH net-2.6.25] [IPV4] Remove unused multipath cached routing defintion in net/flow.h David Miller

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=eb3ff54b0712310315l4df16c6fye0bf2a82505d20be@mail.gmail.com \
    --to=ramirose@gmail.com \
    --cc=davem@davemloft.net \
    --cc=netdev@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox