commit | 75bff8f023e02b045a8f68f36fa7da98dca124b8 | [log] [tgz] |
---|---|---|
author | YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org> | Mon Aug 21 19:22:01 2006 +0900 |
committer | David S. Miller <davem@sunset.davemloft.net> | Fri Sep 22 15:18:00 2006 -0700 |
tree | e476cdbadcb6386d1f2dcbc6d637800261984375 | |
parent | 2cc67cc731d9b693a08e781e98fec0e3a6d6ba44 [diff] [blame] |
[IPV6] ROUTE: Routing by FWMARK. Based on patch by Jean Lorchat <lorchat@sfc.wide.ad.jp>. Signed-off-by: YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org>
diff --git a/net/ipv6/route.c b/net/ipv6/route.c index 2069128..649350b 100644 --- a/net/ipv6/route.c +++ b/net/ipv6/route.c
@@ -703,6 +703,7 @@ .ip6_u = { .daddr = iph->daddr, .saddr = iph->saddr, + .fwmark = skb->nfmark, .flowlabel = (* (u32 *) iph)&IPV6_FLOWINFO_MASK, }, },