[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20220217111410.70e4dba3@hermes.local>
Date: Thu, 17 Feb 2022 11:14:10 -0800
From: Stephen Hemminger <stephen@...workplumber.org>
To: Jakub Kicinski <kuba@...nel.org>
Cc: dsahern@...il.com, gnault@...hat.com, netdev@...r.kernel.org
Subject: Re: [RFC iproute2] tos: interpret ToS in natural numeral system
On Wed, 16 Feb 2022 11:42:05 -0800
Jakub Kicinski <kuba@...nel.org> wrote:
> Silently forcing a base numeral system is very painful for users.
> ip currently interprets tos 10 as 0x10. Imagine user's bash script
> does:
>
> .. tos $((TOS * 2)) ..
>
> or any numerical operation on the ToS.
>
> This patch breaks existing scripts if they expect 10 to be 0x10.
>
> Signed-off-by: Jakub Kicinski <kuba@...nel.org>
Maybe a warning?? but no one will see it.
Powered by blists - more mailing lists