Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 12 Jul 2003 00:22:22 -0700
From:      Luigi Rizzo <luigi@freebsd.org>
To:        ipfw@freebsd.org
Subject:   [luigi@FreeBSD.org: cvs commit: src/sbin/ipfw ipfw2.c]
Message-ID:  <20030712002222.A78447@xorpc.icir.org>

next in thread | raw e-mail | index | archive | help
FYI...  just committed two new ipfw2 features:

* support ranges in "list" and "show" commands. Now you can say

          ipfw show 100-1000 4000-8000

* implement comments in ipfw commands. These are implemented in the
  kernel as O_NOP commands (which always match) whose body contains
  the comment string. In userland, a comment is a C++-style comment
  appended to the rule:

    ipfw add allow ip from me to any // i can talk to everybody

cheers
luigi



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