ipv4: Allow configuring subnets as local addresses
[pandora-kernel.git] / include / net / flow.h
index bb08692..0ac3fb5 100644 (file)
@@ -49,6 +49,7 @@ struct flowi {
        __u8    proto;
        __u8    flags;
 #define FLOWI_FLAG_ANYSRC 0x01
+#define FLOWI_FLAG_MATCH_ANY_IIF 0x02
        union {
                struct {
                        __be16  sport;