From 678cdc52d28bff034109d98e6fff331c2812151a Mon Sep 17 00:00:00 2001 From: Noriaki TAKAMIYA Date: Tue, 23 Jan 2007 22:09:41 -0800 Subject: [PATCH] --- yaml --- r: 45792 b: refs/heads/master c: 6a2b9ce0a383059492c93682bc094cce0f705fff h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/net/ipv6/route.c | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 9c7c35aad6d9..7ff96a57d10f 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 52d570aabe921663a987b2e4bae2bdc411cee480 +refs/heads/master: 6a2b9ce0a383059492c93682bc094cce0f705fff diff --git a/trunk/net/ipv6/route.c b/trunk/net/ipv6/route.c index 8c3d56871b50..5f0043c30b70 100644 --- a/trunk/net/ipv6/route.c +++ b/trunk/net/ipv6/route.c @@ -2017,6 +2017,7 @@ static inline size_t rt6_nlmsg_size(void) + nla_total_size(4) /* RTA_IIF */ + nla_total_size(4) /* RTA_OIF */ + nla_total_size(4) /* RTA_PRIORITY */ + + RTAX_MAX * nla_total_size(4) /* RTA_METRICS */ + nla_total_size(sizeof(struct rta_cacheinfo)); }