Date: Fri, 11 Jun 1999 02:44:00 -0700 (PDT) From: Ruslan Ermilov <ru@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/ipfw ipfw.c Message-ID: <199906110944.CAA65252@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
ru 1999/06/11 02:43:57 PDT
Modified files:
sbin/ipfw ipfw.c
Log:
Workaround the problem that the first (and only first) port name
can't have a dash character (it is treated as a ``range'' operator).
One could now use such a name by escaping the ``-'' characters.
For example:
# ipfw add 1 count tcp from any to any "ms\-sql\-s"
# ipfw add 2 count tcp from any ftp\\-data-ftp to any
PR: 7101
Revision Changes Path
1.70 +26 -9 src/sbin/ipfw/ipfw.c
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199906110944.CAA65252>
