aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/flow.h
diff options
context:
space:
mode:
authorDavid Ahern <dsa@cumulusnetworks.com>2015-10-05 08:51:23 -0700
committerDavid S. Miller <davem@davemloft.net>2015-10-07 04:27:42 -0700
commit6e2895a8e3824eb5611c97a015a3b6d678b4503e (patch)
treeb63a4f49f7d386d993027a14c2898877666dc638 /include/net/flow.h
parentnet: Fix vti use case with oif in dst lookups for IPv6 (diff)
downloadlinux-dev-6e2895a8e3824eb5611c97a015a3b6d678b4503e.tar.xz
linux-dev-6e2895a8e3824eb5611c97a015a3b6d678b4503e.zip
net: Rename FLOWI_FLAG_VRFSRC to FLOWI_FLAG_L3MDEV_SRC
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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/net/flow.h b/include/net/flow.h
index 9b85db85f13c..83969eebebf3 100644
--- a/include/net/flow.h
+++ b/include/net/flow.h
@@ -34,7 +34,7 @@ struct flowi_common {
__u8 flowic_flags;
#define FLOWI_FLAG_ANYSRC 0x01
#define FLOWI_FLAG_KNOWN_NH 0x02
-#define FLOWI_FLAG_VRFSRC 0x04
+#define FLOWI_FLAG_L3MDEV_SRC 0x04
#define FLOWI_FLAG_SKIP_NH_OIF 0x08
__u32 flowic_secid;
struct flowi_tunnel flowic_tun_key;