aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/net/flow.h
diff options
context:
space:
mode:
authorDavid Ahern <dsa@cumulusnetworks.com>2016-09-10 12:10:02 -0700
committerDavid S. Miller <davem@davemloft.net>2016-09-10 23:12:53 -0700
commitc71ad3d45a5e928e617ca436f3ce88bb773fb766 (patch)
tree3ff3d4b5dc5197f6089c610a2fa5380516a1d8df /include/net/flow.h
parentnet: l3mdev: remove get_rtable method (diff)
downloadwireguard-linux-c71ad3d45a5e928e617ca436f3ce88bb773fb766.tar.xz
wireguard-linux-c71ad3d45a5e928e617ca436f3ce88bb773fb766.zip
net: flow: Remove FLOWI_FLAG_L3MDEV_SRC flag
No longer used Signed-off-by: David Ahern <dsa@cumulusnetworks.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/net/flow.h')
-rw-r--r--include/net/flow.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/net/flow.h b/include/net/flow.h
index d47ef4bb5423..035aa7716967 100644
--- a/include/net/flow.h
+++ b/include/net/flow.h
@@ -34,8 +34,7 @@ struct flowi_common {
__u8 flowic_flags;
#define FLOWI_FLAG_ANYSRC 0x01
#define FLOWI_FLAG_KNOWN_NH 0x02
-#define FLOWI_FLAG_L3MDEV_SRC 0x04
-#define FLOWI_FLAG_SKIP_NH_OIF 0x08
+#define FLOWI_FLAG_SKIP_NH_OIF 0x04
__u32 flowic_secid;
struct flowi_tunnel flowic_tun_key;
};