[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <wihr2jj1p3o.fsf@dev-r-vrt-156.mtr.labs.mlnx>
Date: Tue, 31 Jul 2018 17:01:15 +0300
From: Petr Machata <petrm@...lanox.com>
To: Nikolay Aleksandrov <nikolay@...ulusnetworks.com>
Cc: netdev@...r.kernel.org, linux-doc@...r.kernel.org,
linux-kselftest@...r.kernel.org, davem@...emloft.net,
corbet@....net, jiri@...lanox.com, idosch@...lanox.com,
kuznet@....inr.ac.ru, yoshfuji@...ux-ipv6.org, shuah@...nel.org,
dsahern@...il.com
Subject: Re: [PATCH net-next 1/7] net: ipv4: Control SKB reprioritization after forwarding
Nikolay Aleksandrov <nikolay@...ulusnetworks.com> writes:
>> diff --git a/net/ipv4/af_inet.c b/net/ipv4/af_inet.c
>> index f2a0a3bab6b5..d3cfbd89ca3a 100644
>> --- a/net/ipv4/af_inet.c
>> +++ b/net/ipv4/af_inet.c
>> @@ -1802,6 +1802,7 @@ static __net_init int inet_init_net(struct net *net)
>> * We set them here, in case sysctl is not compiled.
>> */
>> net->ipv4.sysctl_ip_default_ttl = IPDEFTTL;
>> + net->ipv4.sysctl_ip_fwd_update_priority = true;
>
> nit: since this is an int and to keep the code style of inet_init_net()
> I'd suggest to use 1 instead
OK.
Thanks,
Petr
Powered by blists - more mailing lists