[luigi@FreeBSD.org: cvs commit: src/sbin/ipfw ipfw2.c]

Luigi Rizzo luigi at freebsd.org
Sat Jul 12 00:22:24 PDT 2003


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


More information about the freebsd-ipfw mailing list