From cc6a360a5ab590c758197785265871ce872c9f70 Mon Sep 17 00:00:00 2001 From: stephen hemminger Date: Wed, 10 Oct 2012 08:27:25 +0000 Subject: [PATCH] --- yaml --- r: 334016 b: refs/heads/master c: 68aaed54e7682aef261d5c2cf99e85a9dbf33a84 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/net/ipv4/route.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index b3a012fc4991..6c99e86bc90d 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 6a8ed462f16b8455eec5ae00eb6014159a6721f0 +refs/heads/master: 68aaed54e7682aef261d5c2cf99e85a9dbf33a84 diff --git a/trunk/net/ipv4/route.c b/trunk/net/ipv4/route.c index 1a0da8dc8180..432f4bb77238 100644 --- a/trunk/net/ipv4/route.c +++ b/trunk/net/ipv4/route.c @@ -2220,7 +2220,7 @@ static int rt_fill_info(struct net *net, __be32 dst, __be32 src, goto nla_put_failure; if (fl4->flowi4_mark && - nla_put_be32(skb, RTA_MARK, fl4->flowi4_mark)) + nla_put_u32(skb, RTA_MARK, fl4->flowi4_mark)) goto nla_put_failure; error = rt->dst.error;