From owner-cvs-all Fri Feb 9 16:10:43 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3BBD737B6AF; Fri, 9 Feb 2001 16:10:19 -0800 (PST) Received: (from luigi@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1A0AJ445029; Fri, 9 Feb 2001 16:10:19 -0800 (PST) (envelope-from luigi) Message-Id: <200102100010.f1A0AJ445029@freefall.freebsd.org> From: Luigi Rizzo Date: Fri, 9 Feb 2001 16:10:18 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/net bridge.c if_ethersubr.c src/sys/netinet if_ether.c ip_dummynet.c ip_fw.c ip_fw.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG luigi 2001/02/09 16:10:18 PST Modified files: sys/net bridge.c if_ethersubr.c sys/netinet if_ether.c ip_dummynet.c ip_fw.c ip_fw.h Log: Sync with the bridge/dummynet/ipfw code already tested in stable. In ip_fw.[ch] change a couple of variable and field names to avoid having types, variables and fields with the same name. Revision Changes Path 1.36 +61 -68 src/sys/net/bridge.c 1.90 +2 -7 src/sys/net/if_ethersubr.c 1.78 +5 -10 src/sys/netinet/if_ether.c 1.39 +6 -6 src/sys/netinet/ip_dummynet.c 1.157 +42 -44 src/sys/netinet/ip_fw.c 1.56 +3 -3 src/sys/netinet/ip_fw.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message