From c9db5b228f0d047cdb8341d31565524e3034eb2b Mon Sep 17 00:00:00 2001 From: Jean-Mickael Guerin Date: Wed, 20 May 2009 17:38:59 -0700 Subject: [PATCH] --- yaml --- r: 145271 b: refs/heads/master c: 4f72427998b105392e60bae7a6798a0c96fe4f0a h: refs/heads/master i: 145269: 6030af98683780bdcc18afd6cd95c6f6a962afb4 145267: 3778de0f334408472f9e2304ab86c2fe259a23d7 145263: 1fe1be9dd5138de2ba762391b1575cf3c89fd211 v: v3 --- [refs] | 2 +- trunk/net/ipv6/route.c | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index eb570ddbfbf2..eb190c5ebafe 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 86c2fe1e3adacec9204c03f2b056b49534ecf0ed +refs/heads/master: 4f72427998b105392e60bae7a6798a0c96fe4f0a diff --git a/trunk/net/ipv6/route.c b/trunk/net/ipv6/route.c index 1394ddb6e35c..032a5ec391c5 100644 --- a/trunk/net/ipv6/route.c +++ b/trunk/net/ipv6/route.c @@ -137,6 +137,7 @@ static struct rt6_info ip6_null_entry_template = { } }, .rt6i_flags = (RTF_REJECT | RTF_NONEXTHOP), + .rt6i_protocol = RTPROT_KERNEL, .rt6i_metric = ~(u32) 0, .rt6i_ref = ATOMIC_INIT(1), }; @@ -159,6 +160,7 @@ static struct rt6_info ip6_prohibit_entry_template = { } }, .rt6i_flags = (RTF_REJECT | RTF_NONEXTHOP), + .rt6i_protocol = RTPROT_KERNEL, .rt6i_metric = ~(u32) 0, .rt6i_ref = ATOMIC_INIT(1), }; @@ -176,6 +178,7 @@ static struct rt6_info ip6_blk_hole_entry_template = { } }, .rt6i_flags = (RTF_REJECT | RTF_NONEXTHOP), + .rt6i_protocol = RTPROT_KERNEL, .rt6i_metric = ~(u32) 0, .rt6i_ref = ATOMIC_INIT(1), };