diff options
-rw-r--r-- | net/ipv6/ip6_fib.c | 1 | ||||
-rw-r--r-- | net/ipv6/route.c | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/net/ipv6/ip6_fib.c b/net/ipv6/ip6_fib.c index f0fdaf182b3f..fbca60950b14 100644 --- a/net/ipv6/ip6_fib.c +++ b/net/ipv6/ip6_fib.c | |||
@@ -18,6 +18,7 @@ | |||
18 | * Yuji SEKIYA @USAGI: Support default route on router node; | 18 | * Yuji SEKIYA @USAGI: Support default route on router node; |
19 | * remove ip6_null_entry from the top of | 19 | * remove ip6_null_entry from the top of |
20 | * routing table. | 20 | * routing table. |
21 | * Ville Nuorvala: Fixed routing subtrees. | ||
21 | */ | 22 | */ |
22 | #include <linux/errno.h> | 23 | #include <linux/errno.h> |
23 | #include <linux/types.h> | 24 | #include <linux/types.h> |
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 @@ | |||
22 | * routers in REACHABLE, STALE, DELAY or PROBE states). | 22 | * routers in REACHABLE, STALE, DELAY or PROBE states). |
23 | * - always select the same router if it is (probably) | 23 | * - always select the same router if it is (probably) |
24 | * reachable. otherwise, round-robin the list. | 24 | * reachable. otherwise, round-robin the list. |
25 | * Ville Nuorvala | ||
26 | * Fixed routing subtrees. | ||
25 | */ | 27 | */ |
26 | 28 | ||
27 | #include <linux/capability.h> | 29 | #include <linux/capability.h> |