On Wed, Dec 20, 2000 at 06:04:37PM -0500, Paul Staniforth wrote: > ARP cache entries for which there has been no traffic timeout in > several minutes. However, I have not found any documentation for Linux > (e.g. arp(7)) on % man 7 arp ARP(7) Linux Programmer's Manual ARP(7) NAME arp - Linux ARP kernel module. ... SYSCTLS ARP supports a sysctl interface to configure parameters on a global or per-interface basis. The sysctls can be accessed by reading or writing the /proc/sys/net/ipv4/neigh/*/* files or with the sysctl(2) interface. Each interface in the system has its own directory in /proc/sys/net/ipv4/neigh/. The setting in the `default' directory is used for all newly created devices. Unless otherwise specified time related sysctls are specified in seconds. .... base_reachable_time Once a neighbour has been found, the entry is con sidered to be valid for at least a random value between base_reachable_time/2 and 3*base_reach able_time/2. An entry's validity will be extended if it receives positive feedback from higher level protocols. Defaults to 30 seconds. delay_first_probe_time Delay before first probe after it has been decided that a neighbour is stale. Defaults to 5 seconds. -Andi (who sometimes wonders why he writes man pages when nobody reads them) - : send the line "unsubscribe linux-net" in the body of a message to majordomo@vger.kernel.org