Re: [PATCH iproute2-next] ip: don't colorize the master device

2018-02-20 Thread David Ahern
On 2/20/18 12:08 PM, Stephen Hemminger wrote: > From: Stephen Hemminger > > Putting whole string "master eth0" in the interface name color > is wrong and confusing. Let's just turn color off for all attributes > of device. > > Fixes: d92cc2d087b0 ("ipaddress: ll_map: Replace ll_idx_n2a() with >

[PATCH iproute2-next] ip: don't colorize the master device

2018-02-20 Thread Stephen Hemminger
From: Stephen Hemminger Putting whole string "master eth0" in the interface name color is wrong and confusing. Let's just turn color off for all attributes of device. Fixes: d92cc2d087b0 ("ipaddress: ll_map: Replace ll_idx_n2a() with ll_index_to_name()") Signed-off-by: Stephen Hemminger --- i