Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 19 Aug 2004 19:47:00 +0200
From:      Andre Oppermann <andre@freebsd.org>
To:        freebsd-current@freebsd.org
Subject:   [Fwd: cvs commit: src/sys/netinet ip_fw.h ip_fw2.c  ip_fw_pfil.cip_input.c]
Message-ID:  <4124E794.CB4A4AED@freebsd.org>

next in thread | raw e-mail | index | archive | help
This is a multi-part message in MIME format.
--------------B8CC1511C8FB9C369D3537CE
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit

This commit unbreaks the startup 'rc' scripts for ipfw.

The IPDIVERT thing is not that easy to fix unfortunatly.  What I can do
is to build IPDIVERT into the KLD when it was as option on the kernel
config (but IPFIREWALL was missing).  However if someone tries to use
this KLD with a kernel that does not have IPDIVERT compiled in, it will
fail to load.  Not much harm done...  Well, I'm going to do it this way.
It's the most useful behaviour.  Commit comes in a few minutes.

-- 
Andre
--------------B8CC1511C8FB9C369D3537CE
Content-Type: message/rfc822
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

Return-Path: <owner-src-committers@FreeBSD.org>
Delivered-To: andre@networx.ch
Received: (qmail 15888 invoked from network); 19 Aug 2004 17:38:51 -0000
Received: from mx2.freebsd.org ([216.136.204.119])
          (envelope-sender <owner-src-committers@FreeBSD.org>)
          by c00l3r.networx.ch (qmail-ldap-1.03) with SMTP
          for <andre@networx.ch>; 19 Aug 2004 17:38:51 -0000
Received: from hub.freebsd.org (hub.freebsd.org [216.136.204.18])
	by mx2.freebsd.org (Postfix) with ESMTP id C2C715B3A9
	for <andre@networx.ch>; Thu, 19 Aug 2004 17:38:56 +0000 (GMT)
	(envelope-from owner-src-committers@FreeBSD.org)
Received: by hub.freebsd.org (Postfix)
	id D9CFE16A519; Thu, 19 Aug 2004 17:38:52 +0000 (GMT)
Delivered-To: andre@freebsd.org
Received: by hub.freebsd.org (Postfix, from userid 538)
	id 8793216A50F; Thu, 19 Aug 2004 17:38:52 +0000 (GMT)
Delivered-To: src-committers@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id BE50716A4CF; Thu, 19 Aug 2004 17:38:48 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 48C8243D41; Thu, 19 Aug 2004 17:38:48 +0000 (GMT)
	(envelope-from andre@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7JHcm5I041795;
	Thu, 19 Aug 2004 17:38:48 GMT
	(envelope-from andre@repoman.freebsd.org)
Received: (from andre@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7JHcmKs041794;
	Thu, 19 Aug 2004 17:38:48 GMT
	(envelope-from andre)
Message-Id: <200408191738.i7JHcmKs041794@repoman.freebsd.org>
From: Andre Oppermann <andre@FreeBSD.org>
Date: Thu, 19 Aug 2004 17:38:48 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org,
	cvs-all@FreeBSD.org
Subject: cvs commit: src/sys/netinet ip_fw.h ip_fw2.c ip_fw_pfil.c
         ip_input.c
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-src-committers@FreeBSD.org
Precedence: bulk
X-Loop: FreeBSD.ORG
X-Mozilla-Status2: 00000000

andre       2004-08-19 17:38:48 UTC

  FreeBSD src repository

  Modified files:
    sys/netinet          ip_fw.h ip_fw2.c ip_fw_pfil.c ip_input.c 
  Log:
  Bring back the sysctl 'net.inet.ip.fw.enable' to unbreak the startup scripts
  and to be able to disable ipfw if it was compiled directly into the kernel.
  
  Revision  Changes    Path
  1.90      +1 -0      src/sys/netinet/ip_fw.h
  1.71      +3 -0      src/sys/netinet/ip_fw2.c
  1.2       +6 -0      src/sys/netinet/ip_fw_pfil.c
  1.285     +1 -0      src/sys/netinet/ip_input.c


--------------B8CC1511C8FB9C369D3537CE--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4124E794.CB4A4AED>