cvs commit: src/sys/conf NOTES options src/sys/netinet ip_fastfwd.c ip_input.c ip_output.c

Julian Elischer julian at FreeBSD.org
Thu Aug 17 00:37:04 UTC 2006


julian      2006-08-17 00:37:03 UTC

  FreeBSD src repository

  Modified files:
    sys/conf             NOTES options 
    sys/netinet          ip_fastfwd.c ip_input.c ip_output.c 
  Log:
  Remove the IPFIREWALL_FORWARD_EXTENDED option and make it on by default as it always was
  in older versions of FreeBSD. This option is pointless as it is needed in just
  about every interesting usage of forward that I have ever seen. It doesn't make
  the system any safer and just wastes huge amounts of develper time
  when the system doesn't behave as expected when code is moved from
  4.x to 6.x It doesn't make
  the system any safer and just wastes huge amounts of develper time
  when the system doesn't behave as expected when code is moved from
  4.x to 6.x  or 7.x
  Reviewed by:    glebius
  MFC after:      1 week
  
  Revision  Changes    Path
  1.1378    +3 -7      src/sys/conf/NOTES
  1.557     +0 -1      src/sys/conf/options
  1.37      +1 -5      src/sys/netinet/ip_fastfwd.c
  1.320     +0 -4      src/sys/netinet/ip_input.c
  1.259     +5 -14     src/sys/netinet/ip_output.c


More information about the cvs-src mailing list