summaryrefslogtreecommitdiffstats
path: root/net/ipv6/route.c
diff options
context:
space:
mode:
authorDavid S. Miller2006-08-26 01:07:48 +0200
committerDavid S. Miller2006-09-23 00:18:09 +0200
commit267935b197d2a6e6924f9de2841f0470bfe63acd (patch)
treede297ef5f0e597735e498edcfd7f7301404748a1 /net/ipv6/route.c
parent[IPV6] ROUTE: Add support for fwmask in routing rules. (diff)
downloadkernel-qcow2-linux-267935b197d2a6e6924f9de2841f0470bfe63acd.tar.gz
kernel-qcow2-linux-267935b197d2a6e6924f9de2841f0470bfe63acd.tar.xz
kernel-qcow2-linux-267935b197d2a6e6924f9de2841f0470bfe63acd.zip
[IPV6]: Fix build with fwmark disabled.
Based upon a patch by Brian Haley. Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/ipv6/route.c')
-rw-r--r--net/ipv6/route.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/net/ipv6/route.c b/net/ipv6/route.c
index 649350bd9299..d83844d9499b 100644
--- a/net/ipv6/route.c
+++ b/net/ipv6/route.c
@@ -703,7 +703,9 @@ void ip6_route_input(struct sk_buff *skb)
.ip6_u = {
.daddr = iph->daddr,
.saddr = iph->saddr,
+#ifdef CONFIG_IPV6_ROUTE_FWMARK
.fwmark = skb->nfmark,
+#endif
.flowlabel = (* (u32 *) iph)&IPV6_FLOWINFO_MASK,
},
},