cvs commit: src UPDATING src/sbin/ipfw ipfw.8 src/sys/conf NOTES options src/sys/netinet ip_input.c ip_output.c

Andre Oppermann andre at FreeBSD.org
Wed Mar 2 19:50:13 GMT 2005


andre       2005-03-02 19:50:12 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_5)
    .                    UPDATING 
    sbin/ipfw            ipfw.8 
    sys/conf             NOTES options 
    sys/netinet          ip_input.c ip_output.c 
  Log:
  MFC: Bring back full packet destination manipulation for 'ipfw fwd'
  with the kernel compile time option:
  
     options IPFIREWALL_FORWARD_EXTENDED
  
  This option has to be specified in addition to IPFIRWALL_FORWARD.
  
  PR:             kern/71910
  PR:             kern/73129
  
  Revision     Changes    Path
  1.342.2.22   +13 -0     src/UPDATING
  1.150.2.6    +14 -1     src/sbin/ipfw/ipfw.8
  1.1261.2.15  +6 -0      src/sys/conf/NOTES
  1.475.2.8    +1 -0      src/sys/conf/options
  1.283.2.12   +12 -0     src/sys/netinet/ip_input.c
  1.225.2.11   +5 -1      src/sys/netinet/ip_output.c


More information about the cvs-src mailing list