lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date: Tue, 23 Jan 2024 09:18:11 -0800
From: Stephen Hemminger <stephen@...workplumber.org>
To: Victor Nogueira <victor@...atatu.com>
Cc: dsahern@...nel.org, netdev@...r.kernel.org, kernel@...atatu.com
Subject: Re: [PATCH iproute2-next] m_mirred: Allow mirred to block

On Tue, 23 Jan 2024 13:11:15 -0300
Victor Nogueira <victor@...atatu.com> wrote:

> +		print_string(PRINT_ANY, "to_dev", " to device %s)", dev);

Suggestion for future.
Use colorized device name here.
		print_color_string(PRINT_ANY, COLOR_IFNAME, "to_dev", " to device %s)", dev);

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ