diff options
author | Miloslav Trmac <mitr@volny.cz> | 2006-07-10 22:12:21 +0000 |
---|---|---|
committer | Miloslav Trmac <mitr@volny.cz> | 2006-07-10 22:12:21 +0000 |
commit | 7fc66d23058e8b3bac2a89c424c559eba3bff9c5 (patch) | |
tree | 36ce046fee43a0e1cb3d6bb030870b4b6ec30f11 /sysconfig.txt | |
parent | 7bd8582fe391bcee3e4babb36daf265728e59526 (diff) | |
download | initscripts-7fc66d23058e8b3bac2a89c424c559eba3bff9c5.tar initscripts-7fc66d23058e8b3bac2a89c424c559eba3bff9c5.tar.gz initscripts-7fc66d23058e8b3bac2a89c424c559eba3bff9c5.tar.bz2 initscripts-7fc66d23058e8b3bac2a89c424c559eba3bff9c5.tar.xz initscripts-7fc66d23058e8b3bac2a89c424c559eba3bff9c5.zip |
Add support for rule-$device (#132252)
Diffstat (limited to 'sysconfig.txt')
-rw-r--r-- | sysconfig.txt | 7 |
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". |