Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 9 Dec 1995 08:06:59 -0800 (PST)
From:      Poul-Henning Kamp <phk>
To:        CVS-committers, cvs-sys
Subject:   cvs commit: src/sys/netinet if_ether.c if_ether.h
Message-ID:  <199512091606.IAA29110@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
phk         95/12/09 08:06:56

  Modified:    sys/netinet  if_ether.c if_ether.h
  Log:
  Remove old ballast, clean up a little bit, staticize.
  Add five sysctl variables that you should probably never tweak.
  	net.arp.t_prune: 300
  	net.arp.t_keep: 1200
  	net.arp.t_down: 20
  	net.arp.maxtries: 5
  	net.arp.useloopback: 1
  	net.arp.proxyall: 0
  
  (It's net.arp because arp isn't limited to inet, though our present
  implementation surely is).
  
  Revision  Changes    Path
  1.22      +68 -69    src/sys/netinet/if_ether.c
  1.13      +1 -4      src/sys/netinet/if_ether.h



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199512091606.IAA29110>