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>] [day] [month] [year] [list]
Message-ID: <20251217154547.2410768-1-yamato@redhat.com>
Date: Thu, 18 Dec 2025 00:45:47 +0900
From: Masatake YAMATO <yamato@...hat.com>
To: netdev@...r.kernel.org
Cc: yamato@...hat.com
Subject: [PATCH iproute2 2/2] man: explain rt_tables.d and rt_protos.d directories

Signed-off-by: Masatake YAMATO <yamato@...hat.com>
---
 man/man8/ip-route.8.in | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/man/man8/ip-route.8.in b/man/man8/ip-route.8.in
index aafa6d98..d30285a4 100644
--- a/man/man8/ip-route.8.in
+++ b/man/man8/ip-route.8.in
@@ -1474,6 +1474,20 @@ ip route add 10.1.1.0/30 nhid 10
 .RS 4
 Adds an ipv4 route using nexthop object with id 10.
 .RE
+
+.SH FILES
+.BR *.conf
+files under
+.BR @SYSCONF_USR_DIR@..._tables.d " or " @SYSCONF_ETC_DIR@..._tables.d
+are also read in addition to
+.BR @SYSCONF_USR_DIR@..._tables " or " @SYSCONF_ETC_DIR@..._tables "."
+
+.BR *.conf
+files under
+.BR @SYSCONF_USR_DIR@..._protos.d " or " @SYSCONF_ETC_DIR@..._protos.d
+are also read in addition to
+.BR @SYSCONF_USR_DIR@..._protos " or " @SYSCONF_ETC_DIR@..._protos "."
+
 .SH SEE ALSO
 .br
 .BR ip (8)
-- 
2.51.0


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ