Re: New Network sysctl.

A.N.Kuznetsov (kuznet@ms2.inr.ac.ru)
Fri, 20 Mar 1998 19:54:56 +0300


In article <Pine.LNX.3.95.980319135431.169A-100000@chaos.analogic.com> you wrote:

: if test ${NEW_KERNEL}

That's piece of my rc.net script (2.1 only):

NETVERSION=90
export NETVERSION

if [ -f /etc/NET-DEBUG ]; then
rm -f /etc/NET-DEBUG
exec /etc/rc.net.DEBUG
fi

OLDIFINFO=1
export OLDIFINFO
NETVERSION=89

if [ -f /proc/sys/net/ipv4/ip_forward ]; then
exec /etc/rc.net.89
fi

NETVERSION=79

if [ -f /proc/sys/net/ipv4/ip_proxy_arp ]; then
exec /etc/rc.net.79
fi

NETVERSION=69

exec /etc/rc.net.69

Alexey Kuznetsov

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu