]> git.ipfire.org Git - thirdparty/iproute2.git/commit
Read configuration files from /etc and /usr
authorGioele Barabucci <gioele@svario.it>
Wed, 26 Jul 2023 06:14:09 +0000 (08:14 +0200)
committerStephen Hemminger <stephen@networkplumber.org>
Wed, 26 Jul 2023 16:06:03 +0000 (09:06 -0700)
commit0a0a8f12fa1b03dd0ccbebf5f85209d1c8a0f580
tree674a0c3a1182c26404cfd7b3eda3bb7ad7ad8a73
parent02ea021446f92e2cf7214e988bf9b98edd93b499
Read configuration files from /etc and /usr

Add support for the so called "stateless" configuration pattern (read
from /etc, fall back to /usr), giving system administrators a way to
define local configuration without changing any distro-provided files.

In practice this means that each configuration file FOO is loaded
from /usr/lib/iproute2/FOO unless /etc/iproute2/FOO exists.

Signed-off-by: Gioele Barabucci <gioele@svario.it>
Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
Makefile
include/utils.h
lib/bpf_legacy.c
lib/rt_names.c
man/man8/Makefile
man/man8/ip-address.8.in
man/man8/ip-link.8.in
man/man8/ip-route.8.in
tc/m_ematch.c
tc/tc_util.c