From 8db687d270a970287933e4abcfbb85b80ad37c8f Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Tue, 12 Nov 2002 06:42:07 +0000 Subject: fix static route brokenness (#74317, #74320, #76619, #75604) --- sysconfig.txt | 28 ++++++++-------------------- 1 file changed, 8 insertions(+), 20 deletions(-) (limited to 'sysconfig.txt') diff --git a/sysconfig.txt b/sysconfig.txt index 933f9c7f..49ace959 100644 --- a/sysconfig.txt +++ b/sysconfig.txt @@ -258,26 +258,6 @@ Files in /etc/sysconfig net.ipv4.ip_always_defrag setting in /etc/sysctl.conf. It is no longer valid for 2.4 kernels. -/etc/sysconfig/static-routes: - - Contains lines of the form: - - host|net - - may be a device name to have the route brought up and - down with the device, or "any" to have the correct devices calculated - at run time. - - For example: - - eth0 host 192.168.2.2 eth0 - - adds a host route through eth0 to 192.168.2.2, while - - any net 192.168.2.0 netmask 255.255.255.0 ppp0 - - adds a network route to the 192.168.2.0 network through ppp0. - /etc/sysconfig/static-routes-ipv6: Contains lines of the form: @@ -776,3 +756,11 @@ Files in /etc/sysconfig/network-scripts/ up /etc/resolv.conf from the version dhcpcd dropped in /etc/dhcpc/resolv.conf +/etc/sysconfig/network-scripts/route- + + Contains lines that are arguments to "/sbin/ip route add" + For example: + + 192.168.2.0/24 dev ppp0 + + adds a network route to the 192.168.2.0 network through ppp0. -- cgit