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 <[EMAIL PROTECTED]>
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 via email to