ipv4: Loosen source address check on IPv4 output
[pandora-kernel.git] / include / net / flow.h
index af59fa5..b45a5e4 100644 (file)
@@ -48,7 +48,7 @@ struct flowi {
 
        __u8    proto;
        __u8    flags;
-#define FLOWI_FLAG_MULTIPATHOLDROUTE 0x01
+#define FLOWI_FLAG_ANYSRC 0x01
        union {
                struct {
                        __be16  sport;