Re: ip forwarding question

A.N.Kuznetsov (kuznet@ms2.inr.ac.ru)
Mon, 9 Mar 1998 18:34:09 +0300


In article <m3u398agom.fsf@sscnet.com> you wrote:
: TM> I downloaded and installed 2.1.89 and noticed something different.
: TM> /proc/sys/net/ipv5/ip_forwarding turned into ip_forward. Was this
: TM> a deliberate thing, or did I set something during the configure
: TM> process which did this?

: Looking at the patch, the change seems deliberate. At the same time a
: lot of other sysctl's were removed.

: It would be interesting to hear why.

Because redhat included references to 2.0 to their distribution,
and their scripts just die if do not see any ip_forward.
are enough experienced (as rule) to figure out what is the problem.
2.2 will look better, if it will be compatible with 2.0 here.

So, ip_forward and ip_default_ttl are made compatible with
2.0 both in /proc/sys sense and in binary sysctl() level.

Another variables can be set with per-interface granularity now,
so that they are moved to /proc/sys/net/ipv4/conf/{all,default,device}/
directory. Also /proc/sys/net/ipv4/route/ directory is added
to control routing tables, and /proc/sys/net/ipv4/neigh/
to control arp tables.

Alexey Kuznetsov

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