Hi, On Mon, May 20, 2019 at 03:56:48PM +0800, Hangbin Liu wrote: > When calles rtnl_dsfield_n2a(), we get the dsfield name from > /etc/iproute2/rt_dsfield. But different distribution may have > different names. So add a new parameter '-Numeric' to only show > the dsfield number. > > This parameter is only used for tos value at present. We could enable > this for other fields if needed in the future.
Rationale is to ensure expected output irrespective of host configuration, especially in test scripts. Concrete example motivating this patch was net/fib_rule_tests.sh in kernel self-tests. > Suggested-by: Phil Sutter <[email protected]> > Signed-off-by: Hangbin Liu <[email protected]> Acked-by: Phil Sutter <[email protected]> Thanks for doing this, Hangbin! Phil
