cvs commit: src/sys/netinet ip_fw2.c

Luigi Rizzo luigi at FreeBSD.org
Tue Jul 8 00:44:44 PDT 2003


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


More information about the cvs-src mailing list