*** ip-sysctl.txt.orig Fri Oct 6 15:14:40 2000 --- ip-sysctl.txt Fri Oct 6 15:22:41 2000 *************** *** 136,142 **** conf/interface/*: conf/all/* is special and changes the settings for all interfaces. ! Change special settings per interface. log_martians - BOOLEAN Log packets with impossible addresses to kernel log. --- 136,149 ---- conf/interface/*: conf/all/* is special and changes the settings for all interfaces. ! Change special settings per interface. Settings are logically ! ORed with the device specific settings in conf//*, ! so if you want to disable a feature on a specific device, you ! may have to disable it in conf/all/* and reenable it on all ! devices where you want that feature to be enabled. ! ! conf/default/* is special. The settings here are used as the default settings ! for all newly created interfaces. log_martians - BOOLEAN Log packets with impossible addresses to kernel log. *************** *** 165,172 **** enabled both in specific device section and in "all" section. shared_media - BOOLEAN ! undocumented. ! secure_redirects - BOOLEAN Accept ICMP redirect messages only for gateways, listed in default gateway list. --- 172,181 ---- enabled both in specific device section and in "all" section. shared_media - BOOLEAN ! If it is set the kernel does assume that different subnets ! on this device can communicate directly. ! default TRUE ! secure_redirects - BOOLEAN Accept ICMP redirect messages only for gateways, listed in default gateway list.