Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 5 Jun 1998 15:40:04 -0700 (PDT)
From:      Julian Elischer <julian@FreeBSD.ORG>
To:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG
Subject:   cvs commit: src/sys/i386/conf LINT src/sys/conf options src/sys/netinet ip_divert.c ip_fw.c ip_input.c ip_output.c ip_var.h
Message-ID:  <199806052240.PAA05445@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
julian      1998/06/05 15:40:03 PDT

  Modified files:
    sys/i386/conf        LINT 
    sys/conf             options 
    sys/netinet          ip_divert.c ip_fw.c ip_input.c 
                         ip_output.c ip_var.h 
  Log:
  Reverse the default sense of the IPFW/DIVERT reinjection code
  so that the new behaviour is now default.
  Solves the "infinite loop in diversion" problem when more than one diversion
  is active.
  Man page changes follow.
  
  The new code is in -stable as the NON default option.
  
  Revision  Changes    Path
  1.436     +2 -1      src/sys/i386/conf/LINT
  1.76      +2 -2      src/sys/conf/options
  1.27      +12 -12    src/sys/netinet/ip_divert.c
  1.85      +13 -13    src/sys/netinet/ip_fw.c
  1.86      +9 -9      src/sys/netinet/ip_input.c
  1.68      +3 -3      src/sys/netinet/ip_output.c
  1.39      +5 -5      src/sys/netinet/ip_var.h

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?199806052240.PAA05445>