Netdev List
 help / color / mirror / Atom feed
* [PATCH net-2.6.25] [IPV4] Remove unused multipath cached routing defintion in net/flow.h
@ 2007-12-31 11:15 Rami Rosen
  2007-12-31 12:29 ` David Miller
  0 siblings, 1 reply; 2+ messages in thread
From: Rami Rosen @ 2007-12-31 11:15 UTC (permalink / raw)
  To: davem; +Cc: netdev

[-- 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;

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2007-12-31 12:29 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-12-31 11:15 [PATCH net-2.6.25] [IPV4] Remove unused multipath cached routing defintion in net/flow.h Rami Rosen
2007-12-31 12:29 ` David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox