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.