From: David Ahern Date: Thu, 14 Sep 2023 15:21:45 +0000 (-0600) Subject: Merge branch 'configurable-color' into next X-Git-Tag: v6.7.0~48^2~16 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c31fd80a2268c0b1b77e1d65827003a2327315b8;p=thirdparty%2Fiproute2.git Merge branch 'configurable-color' into next Andrea Claudi says: ==================== This series add support for the color parameter in iproute2 configure script. The idea is to make it possible for iproute2 users and packagers to set a default value for the color option different from the current one, COLOR_OPT_NEVER, while maintaining the current default behaviour. Patch 1 add the color option to the configure script. Users can set three different values, never, auto and always, with the same meanings they have for the -c / -color ip option. Default value is 'never', which results in ip, tc and bridge to maintain their current output behaviour (i.e. colorless output). Patch 2 makes it possible for ip, tc and bridge to use the configured value for color as their default color output. ==================== Signed-off-by: David Ahern --- c31fd80a2268c0b1b77e1d65827003a2327315b8