On Sun, Aug 16, 2020 at 03:48:46PM -0700, Stephen Hemminger wrote: > On Tue, 11 Aug 2020 10:32:01 +0300 > Leon Romanovsky <leon@xxxxxxxxxx> wrote: > > > + print_color_string(PRINT_ANY, COLOR_NONE, "ifname", "dev %s ", name); > > Since this is an interface name, you might want to consider using COLOR_IFNAME? > > I will go ahead and apply it as is but more work is needed here. Thanks for taking care.