summaryrefslogtreecommitdiffstats
path: root/net/ipv6/route.c
diff options
context:
space:
mode:
authorYOSHIFUJI Hideaki2006-08-24 02:23:25 +0200
committerDavid S. Miller2006-09-22 23:55:55 +0200
commitc0bece9f2aec546c3750ae3972f80e024a923f34 (patch)
tree82a6527979ecaf0b6b2a21d70a2e37baba22e4cd /net/ipv6/route.c
parent[IPV6] NDISC: Search subtrees when backtracking on receipt of redirects. (diff)
downloadkernel-qcow2-linux-c0bece9f2aec546c3750ae3972f80e024a923f34.tar.gz
kernel-qcow2-linux-c0bece9f2aec546c3750ae3972f80e024a923f34.tar.xz
kernel-qcow2-linux-c0bece9f2aec546c3750ae3972f80e024a923f34.zip
[IPV6] ROUTE: Add credits about subtree fixes.
Based on MIPL2 kernel patch. Signed-off-by: YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org> 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 fd626d420cd1..fd6f2ec4fa09 100644
--- a/net/ipv6/route.c
+++ b/net/ipv6/route.c
@@ -22,6 +22,8 @@
* routers in REACHABLE, STALE, DELAY or PROBE states).
* - always select the same router if it is (probably)
* reachable. otherwise, round-robin the list.
+ * Ville Nuorvala
+ * Fixed routing subtrees.
*/
#include <linux/capability.h>