diff options
Diffstat (limited to 'net/ipv4/fib_semantics.c')
-rw-r--r-- | net/ipv4/fib_semantics.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv4/fib_semantics.c b/net/ipv4/fib_semantics.c index 4336f1ec8ab0..71c2165a2ce3 100644 --- a/net/ipv4/fib_semantics.c +++ b/net/ipv4/fib_semantics.c | |||
@@ -1550,7 +1550,7 @@ static int fib_add_multipath(struct sk_buff *skb, struct fib_info *fi) | |||
1550 | { | 1550 | { |
1551 | struct nlattr *mp; | 1551 | struct nlattr *mp; |
1552 | 1552 | ||
1553 | mp = nla_nest_start(skb, RTA_MULTIPATH); | 1553 | mp = nla_nest_start_noflag(skb, RTA_MULTIPATH); |
1554 | if (!mp) | 1554 | if (!mp) |
1555 | goto nla_put_failure; | 1555 | goto nla_put_failure; |
1556 | 1556 | ||