Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 22 Feb 1999 10:19:58 -0800 (PST)
From:      Dag-Erling Smorgrav <des@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/conf options src/sys/i386/conf LINT src/sys/netinet ip_input.c
Message-ID:  <199902221819.KAA97820@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
des         1999/02/22 10:19:58 PST

  Modified files:
    sys/conf             options 
    sys/i386/conf        LINT 
    sys/netinet          ip_input.c 
  Log:
  Add support for stealth forwarding (forwarding packets without touching
  their ttl). This can be used - in combination with the proper ipfw
  incantations - to make a firewall or router invisible to traceroute
  and other exploration tools.
  
  This behaviour is controlled by a sysctl variable (net.inet.ip.stealth)
  and hidden behind a kernel option (IPSTEALTH).
  
  Reviewed by:	eivind, bde
  
  Revision  Changes    Path
  1.128     +2 -1      src/sys/conf/options
  1.560     +6 -1      src/sys/i386/conf/LINT
  1.115     +18 -5     src/sys/netinet/ip_input.c


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




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