From owner-cvs-all Fri Sep 18 04:32:20 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA16297 for cvs-all-outgoing; Fri, 18 Sep 1998 04:32:20 -0700 (PDT) (envelope-from owner-cvs-all) Received: from ns1.yes.no (ns1.yes.no [195.119.24.10]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id EAA16291; Fri, 18 Sep 1998 04:32:17 -0700 (PDT) (envelope-from eivind@bitbox.follo.net) Received: from bitbox.follo.net (bitbox.follo.net [195.204.143.218]) by ns1.yes.no (8.9.1a/8.9.1) with ESMTP id NAA26068; Fri, 18 Sep 1998 13:31:53 +0200 (CEST) Received: (from eivind@localhost) by bitbox.follo.net (8.8.8/8.8.6) id NAA05627; Fri, 18 Sep 1998 13:31:53 +0200 (MET DST) Message-ID: <19980918133152.09027@follo.net> Date: Fri, 18 Sep 1998 13:31:52 +0200 From: Eivind Eklund To: Luigi Rizzo , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sbin/ipfw ipfw.c src/sys/conf files src/sys/i386/isa if_ed.c if_ep.c if_lnc.c src/sys/net if_ethersubr.c src/sys/netinet if_ether.c in.h ip_fw.c ip_fw.h ip_input.c ip_output.c raw_ip.c tcp_input.c src/sys/pci if_de.c ... References: <199809171802.LAA17679@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.89.1i In-Reply-To: <199809171802.LAA17679@freefall.freebsd.org>; from Luigi Rizzo on Thu, Sep 17, 1998 at 11:02:33AM -0700 Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Thu, Sep 17, 1998 at 11:02:33AM -0700, Luigi Rizzo wrote: > luigi 1998/09/17 11:02:33 PDT > > Modified files: (Branch: RELENG_2_2) > sbin/ipfw ipfw.c > sys/conf files > sys/i386/isa if_ed.c if_ep.c if_lnc.c > sys/net if_ethersubr.c > sys/netinet if_ether.c in.h ip_fw.c ip_fw.h > ip_input.c ip_output.c raw_ip.c > tcp_input.c > sys/pci if_de.c if_fxp.c > Log: > bring DUMMYNET and BRIDGE support into -stable > decouple BPF and PROMISC handling on some if drivers > make ipstat available through sysctl (already in -current) > > NOTE: you have to recompile ipfw! This commit is against the guidelines - you are not supposed to commit changes that break binary compatibility to -stable. Also, you are not supposed to commit changes to -stable without having them 'mature' in -current first, unless they are security/doc fixes. (Don't take these comments too negatively - I _love_ the functionality of dummynet :-) Eivind.