svn commit: r204516 - user/luigi/ipfw3-head/sbin/ipfw

Luigi Rizzo luigi at FreeBSD.org
Mon Mar 1 13:52:35 UTC 2010


Author: luigi
Date: Mon Mar  1 13:52:34 2010
New Revision: 204516
URL: http://svn.freebsd.org/changeset/base/204516

Log:
  remember to check this at some point

Modified:
  user/luigi/ipfw3-head/sbin/ipfw/ipfw2.c

Modified: user/luigi/ipfw3-head/sbin/ipfw/ipfw2.c
==============================================================================
--- user/luigi/ipfw3-head/sbin/ipfw/ipfw2.c	Mon Mar  1 12:11:37 2010	(r204515)
+++ user/luigi/ipfw3-head/sbin/ipfw/ipfw2.c	Mon Mar  1 13:52:34 2010	(r204516)
@@ -2514,6 +2514,7 @@ add_dstip(ipfw_insn *cmd, char *av)
 static ipfw_insn *
 add_ports(ipfw_insn *cmd, char *av, u_char proto, int opcode)
 {
+	/* XXX "any" is trapped before. Perhaps "to" */
 	if (_substrcmp(av, "any") == 0) {
 		return NULL;
 	} else if (fill_newports((ipfw_insn_u16 *)cmd, av, proto)) {


More information about the svn-src-user mailing list