summaryrefslogtreecommitdiffstats
path: root/sysconfig.txt
diff options
context:
space:
mode:
authorMiloslav Trmac <mitr@volny.cz>2006-07-10 22:12:21 +0000
committerMiloslav Trmac <mitr@volny.cz>2006-07-10 22:12:21 +0000
commit7fc66d23058e8b3bac2a89c424c559eba3bff9c5 (patch)
tree36ce046fee43a0e1cb3d6bb030870b4b6ec30f11 /sysconfig.txt
parent7bd8582fe391bcee3e4babb36daf265728e59526 (diff)
downloadinitscripts-7fc66d23058e8b3bac2a89c424c559eba3bff9c5.tar.gz
initscripts-7fc66d23058e8b3bac2a89c424c559eba3bff9c5.tar.xz
initscripts-7fc66d23058e8b3bac2a89c424c559eba3bff9c5.zip
Add support for rule-$device (#132252)
Diffstat (limited to 'sysconfig.txt')
-rw-r--r--sysconfig.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/sysconfig.txt b/sysconfig.txt
index 80842118..a23f9c64 100644
--- a/sysconfig.txt
+++ b/sysconfig.txt
@@ -966,3 +966,10 @@ Files in /etc/sysconfig/network-scripts/
Note the special case of 6to4 interface: 'via [relay]' is
automatically added if explicit 'via' wasn't specified.
+
+/etc/sysconfig/network-scripts/rule-<interface-name>
+
+ Contains lines that specify additional routeing rules that should be added
+ when the associated interface is brought up.
+
+ Each non-comment line is used directly as an argument to "/sbin/ip rule add".