Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 6 Dec 2005 02:51:41 +0000 (UTC)
From:      Hajimu UMEMOTO <ume@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sbin/ipfw ipfw.8 ipfw2.c
Message-ID:  <200512060251.jB62pf1G084093@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
ume         2005-12-06 02:51:41 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_6)
    sbin/ipfw            ipfw.8 ipfw2.c 
  Log:
  MFC: We couldn't specify the rule for filtering tunnel traffic since an
  IPv6 support was committed:
  
  - Stop treating `ip' and `ipv6' as special in `proto' option as they
    conflict with /etc/protocols.
  
  - Disuse `ipv4' in `proto' option as it is corresponding to `ipv6'.
  
  - When protocol is specified as numeric, treat it as it is even it is
    41 (ipv6).
  
  - Allow zero for protocol as it is valid number of `ip'.
  
          sbin/ipfw/ipfw.8:       1.180
          src/sbin/ipfw/ipfw2.c:  1.80
  
  Revision   Changes    Path
  1.175.2.3  +13 -0     src/sbin/ipfw/ipfw.8
  1.76.2.2   +49 -16    src/sbin/ipfw/ipfw2.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200512060251.jB62pf1G084093>