Commit c0bece9f authored by YOSHIFUJI Hideaki's avatar YOSHIFUJI Hideaki Committed by David S. Miller

[IPV6] ROUTE: Add credits about subtree fixes.

Based on MIPL2 kernel patch.
Signed-off-by: default avatarYOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent cb15d9c2
...@@ -18,6 +18,7 @@ ...@@ -18,6 +18,7 @@
* Yuji SEKIYA @USAGI: Support default route on router node; * Yuji SEKIYA @USAGI: Support default route on router node;
* remove ip6_null_entry from the top of * remove ip6_null_entry from the top of
* routing table. * routing table.
* Ville Nuorvala: Fixed routing subtrees.
*/ */
#include <linux/errno.h> #include <linux/errno.h>
#include <linux/types.h> #include <linux/types.h>
......
...@@ -22,6 +22,8 @@ ...@@ -22,6 +22,8 @@
* routers in REACHABLE, STALE, DELAY or PROBE states). * routers in REACHABLE, STALE, DELAY or PROBE states).
* - always select the same router if it is (probably) * - always select the same router if it is (probably)
* reachable. otherwise, round-robin the list. * reachable. otherwise, round-robin the list.
* Ville Nuorvala
* Fixed routing subtrees.
*/ */
#include <linux/capability.h> #include <linux/capability.h>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment