diff options
author | Jiri Benc <jbenc@redhat.com> | 2015-08-20 07:56:31 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2015-08-20 18:42:37 -0400 |
commit | 904af04d30f303d96902584206457128c3051d8d (patch) | |
tree | 58f97ef216be1fdb715c0ea77a29ee78fde726ca /include/net/flow.h | |
parent | a725e514dbb444f2a39c2bc5de72eb5efbeb7d5e (diff) |
ipv6: route: extend flow representation with tunnel key
Use flowi_tunnel in flowi6 similarly to what is done with IPv4.
This complements commit 1b7179d3adff ("route: Extend flow representation
with tunnel key").
Signed-off-by: Jiri Benc <jbenc@redhat.com>
Acked-by: Thomas Graf <tgraf@suug.ch>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/net/flow.h')
-rw-r--r-- | include/net/flow.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/net/flow.h b/include/net/flow.h index f305588fc162..9e0297c4c11d 100644 --- a/include/net/flow.h +++ b/include/net/flow.h | |||
@@ -130,6 +130,7 @@ struct flowi6 { | |||
130 | #define flowi6_proto __fl_common.flowic_proto | 130 | #define flowi6_proto __fl_common.flowic_proto |
131 | #define flowi6_flags __fl_common.flowic_flags | 131 | #define flowi6_flags __fl_common.flowic_flags |
132 | #define flowi6_secid __fl_common.flowic_secid | 132 | #define flowi6_secid __fl_common.flowic_secid |
133 | #define flowi6_tun_key __fl_common.flowic_tun_key | ||
133 | struct in6_addr daddr; | 134 | struct in6_addr daddr; |
134 | struct in6_addr saddr; | 135 | struct in6_addr saddr; |
135 | __be32 flowlabel; | 136 | __be32 flowlabel; |