Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 8 Jul 2003 00:44:42 -0700 (PDT)
From:      Luigi Rizzo <luigi@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/netinet ip_fw2.c
Message-ID:  <200307080744.h687ig8s034874@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
luigi       2003/07/08 00:44:42 PDT

  FreeBSD src repository

  Modified files:
    sys/netinet          ip_fw2.c 
  Log:
  Merge the handlers of O_IP_SRC_MASK and O_IP_DST_MASK opcodes, and
  support matching a list of addr/mask pairs so one can write
  more efficient rulesets which were not possible before e.g.
  
      add 100 skipto 1000 not src-ip 10.0.0.0/8,127.0.0.1/8,192.168.0.0/16
  
  The change is fully backward compatible.
  ipfw2 and manpage commit to follow.
  
  MFC after: 3 days
  
  Revision  Changes    Path
  1.35      +13 -17    src/sys/netinet/ip_fw2.c



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