Date: Wed, 31 Jul 2002 15:31:48 -0700 (PDT) From: Luigi Rizzo <luigi@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/ipfw ipfw2.c Message-ID: <200207312231.g6VMVm81062641@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
luigi 2002/07/31 15:31:48 PDT Modified files: sbin/ipfw ipfw2.c Log: Two bugfixes: + the header file contains two different opcodes (O_IPOPTS and O_IPOPT) for what is the same thing, and sure enough i used one in the kernel and the other one in userland. Be consistent! + "keep-state" and "limit" must be the last match pattern in a rule, so no matter how you enter them move them to the end of the rule. Revision Changes Path 1.5 +26 -15 src/sbin/ipfw/ipfw2.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?200207312231.g6VMVm81062641>