diff options
Diffstat (limited to 'net/ipv6/route.c')
-rw-r--r-- | net/ipv6/route.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv6/route.c b/net/ipv6/route.c index 9c0127a44f9f..e2b47f47de92 100644 --- a/net/ipv6/route.c +++ b/net/ipv6/route.c | |||
@@ -4777,7 +4777,7 @@ static int rt6_fill_node(struct net *net, struct sk_buff *skb, | |||
4777 | struct fib6_info *sibling, *next_sibling; | 4777 | struct fib6_info *sibling, *next_sibling; |
4778 | struct nlattr *mp; | 4778 | struct nlattr *mp; |
4779 | 4779 | ||
4780 | mp = nla_nest_start(skb, RTA_MULTIPATH); | 4780 | mp = nla_nest_start_noflag(skb, RTA_MULTIPATH); |
4781 | if (!mp) | 4781 | if (!mp) |
4782 | goto nla_put_failure; | 4782 | goto nla_put_failure; |
4783 | 4783 | ||