cvs commit: src/sys/netinet ip_fw.h ip_fw2.c src/sbin/ipfw ipfw.8 ipfw2.c

Bjoern A. Zeeb bz at FreeBSD.org
Sat Aug 13 11:02:35 GMT 2005


bz          2005-08-13 11:02:34 UTC

  FreeBSD src repository

  Modified files:
    sys/netinet          ip_fw.h ip_fw2.c 
    sbin/ipfw            ipfw.8 ipfw2.c 
  Log:
  * Add dynamic sysctl for net.inet6.ip6.fw.
  * Correct handling of IPv6 Extension Headers.
  * Add unreach6 code.
  * Add logging for IPv6.
  
  Submitted by:   sysctl handling derived from patch from ume needed for ip6fw
  Obtained from:  is_icmp6_query and send_reject6 derived from similar
                  functions of netinet6,ip6fw
  Reviewed by:    ume, gnn; silence on ipfw@
  Test setup provided by: CK Software GmbH
  MFC after:      6 days
  
  Revision  Changes    Path
  1.176     +20 -1     src/sbin/ipfw/ipfw.8
  1.77      +69 -2     src/sbin/ipfw/ipfw2.c
  1.101     +5 -0      src/sys/netinet/ip_fw.h
  1.108     +283 -67   src/sys/netinet/ip_fw2.c


More information about the cvs-src mailing list