diff options
-rw-r--r-- | sysconfig.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sysconfig.txt b/sysconfig.txt index 6353de38..4ec472f7 100644 --- a/sysconfig.txt +++ b/sysconfig.txt @@ -1053,9 +1053,11 @@ Files in /etc/sysconfig/network-scripts/ automatically added if explicit 'via' wasn't specified. /etc/sysconfig/network-scripts/rule-<interface-name> +/etc/sysconfig/network-scripts/rule6-<interface-name> Contains lines that specify additional routing 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". + Each non-comment line is used directly as an argument to "/sbin/ip rule add" + or "/sbin/ip -6 rule add" for rule6 files. |