Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 16 Feb 1998 11:25:44 -0800 (PST)
From:      Guido van Rooij <guido@FreeBSD.ORG>
To:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-etc@FreeBSD.ORG, cvs-sys@FreeBSD.ORG, cvs-share@FreeBSD.ORG
Subject:   cvs commit: src/etc rc.conf rc.network src/sys/netinet in.h ip_input.c src/share/man/man5 rc.conf.5
Message-ID:  <199802161925.LAA02775@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
guido       1998/02/16 11:25:43 PST

  Modified files:
    etc                  rc.conf rc.network 
  Log:
  Add 2 new rc.conf variables:
  forward_sourceroute : controls setting of existing net.inet.ip.sourceroute
  accept_sourceroute : control setting of new net.inet.ip.accept_sourceroute
  
  Revision  Changes    Path
  1.38      +3 -1      src/etc/rc.conf
  1.18      +11 -1     src/etc/rc.network

  Modified files:
    sys/netinet          in.h ip_input.c 
  Log:
  Add new sysctl variable: net.inet.ip.accept_sourceroute
  It controls if the system is to accept source routed packets.
  It used to be such that, no matter if the setting of net.inet.ip.sourceroute,
  source routed packets destined at us would be accepted. Now it is
  controllable with eth default set to NOT accept those.
  
  Revision  Changes    Path
  1.28      +4 -2      src/sys/netinet/in.h
  1.78      +7 -1      src/sys/netinet/ip_input.c

  Modified files:
    share/man/man5       rc.conf.5 
  Log:
  Document new variables forward_sourceroute and accept_sourceroute. While
  we're at it: also document the already existing arpproxy.
  
  Revision  Changes    Path
  1.12      +17 -1     src/share/man/man5/rc.conf.5

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?199802161925.LAA02775>