ipv4: Loosen source address check on IPv4 output
[pandora-kernel.git] / include / net / flow.h
index 228b247..b45a5e4 100644 (file)
@@ -47,6 +47,8 @@ struct flowi {
 #define fl4_scope      nl_u.ip4_u.scope
 
        __u8    proto;
+       __u8    flags;
+#define FLOWI_FLAG_ANYSRC 0x01
        union {
                struct {
                        __be16  sport;