From owner-freebsd-commit Tue Jul 4 08:31:45 1995 Return-Path: commit-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id IAA28245 for commit-outgoing; Tue, 4 Jul 1995 08:31:45 -0700 Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id IAA28209 for cvs-sys-outgoing; Tue, 4 Jul 1995 08:30:01 -0700 Received: from precipice.shockwave.com (precipice.shockwave.com [171.69.108.33]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id IAA28194 ; Tue, 4 Jul 1995 08:29:45 -0700 Received: from localhost (localhost [127.0.0.1]) by precipice.shockwave.com (8.6.11/8.6.9) with SMTP id IAA01501; Tue, 4 Jul 1995 08:29:05 -0700 Message-Id: <199507041529.IAA01501@precipice.shockwave.com> To: "Ugen J.S.Antsilevich" cc: CVS-commiters@freefall.cdrom.com, cvs-sys@freefall.cdrom.com, David Greenman Subject: Re: cvs commit: src/sys/netinet ip_fw.c In-reply-to: Your message of "Tue, 04 Jul 1995 11:17:30 PDT." Date: Tue, 04 Jul 1995 08:29:03 -0700 From: Paul Traina Sender: commit-owner@FreeBSD.org Precedence: bulk It's too bad we can't port in the -new- code from the author. Sigh. :-( From: "Ugen J.S.Antsilevich" Subject: RE: cvs commit: src/sys/netinet ip_fw.c >davidg 95/07/03 22:29:31 > > Modified: sys/netinet ip_fw.c > Log: > Define TRUE and FALSE. > Hmm...the changes are nice, i myself now completely out of network connection and/or possibility to improve something.But the TRUE/FALSE seems sort of bogus - you define them internally within the ip_fw.c but they are undefined out there where the function called (ip_input),so they are basically doing the same role as 0/1.Besides i had plans to enlarge number of return codes to perform different actions.But anyway thanx someone still remembers about this piece of code:) --Ugen