]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - include/net/flow.h
ipv4: Add FLOWI_FLAG_KNOWN_NH
[karo-tx-linux.git] / include / net / flow.h
index e1dd5082ec7e43605e66ae0c48789ed1b4e68e35..628e11b98c580d7f66ace375f5a4e0598d03b471 100644 (file)
@@ -21,6 +21,7 @@ struct flowi_common {
        __u8    flowic_flags;
 #define FLOWI_FLAG_ANYSRC              0x01
 #define FLOWI_FLAG_CAN_SLEEP           0x02
+#define FLOWI_FLAG_KNOWN_NH            0x04
        __u32   flowic_secid;
 };