From owner-cvs-all Wed Sep 26 20:14:22 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 33AD337B428; Wed, 26 Sep 2001 20:14:17 -0700 (PDT) Received: (from brooks@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f8R3EHv04724; Wed, 26 Sep 2001 20:14:17 -0700 (PDT) (envelope-from brooks) Message-Id: <200109270314.f8R3EHv04724@freefall.freebsd.org> From: Brooks Davis Date: Wed, 26 Sep 2001 20:14:17 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man4 Makefile ng_gif.4 ng_gif_demux.4 src/sys/conf files options src/sys/modules/netgraph Makefile src/sys/modules/netgraph/gif Makefile src/sys/modules/netgraph/gif_demux Makefile src/sys/net if_gif.c if_gif.h src/sys/netgraph ng_gif.c ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG brooks 2001/09/26 20:14:17 PDT Modified files: share/man/man4 Makefile ng_gif.4 ng_gif_demux.4 sys/conf files options sys/modules/netgraph Makefile sys/modules/netgraph/gif Makefile sys/modules/netgraph/gif_demux Makefile sys/net if_gif.c if_gif.h sys/netgraph ng_gif.c ng_gif.h ng_gif_demux.c ng_gif_demux.h Log: NULL commit due to misunderstanding "cvs commit -m ". The previous log message "/home/brooks/ng_gif.message" should have read: Add a pair of new netgraph nodes. The ng_gif node is like ng_ether except that it works on gif interfaces. The ng_gif_demux node attaches to an ng_gif node to allow separate processing or discarding of different types of encapsulated traffic. Revision Changes Path 1.134 +1 -1 src/share/man/man4/Makefile 1.2 +1 -1 src/share/man/man4/ng_gif.4 1.2 +1 -1 src/share/man/man4/ng_gif_demux.4 1.570 +1 -1 src/sys/conf/files 1.293 +1 -1 src/sys/conf/options 1.22 +1 -1 src/sys/modules/netgraph/Makefile 1.2 +1 -1 src/sys/modules/netgraph/gif/Makefile 1.2 +1 -1 src/sys/modules/netgraph/gif_demux/Makefile 1.16 +1 -1 src/sys/net/if_gif.c 1.8 +1 -1 src/sys/net/if_gif.h 1.3 +1 -1 src/sys/netgraph/ng_gif.c 1.3 +1 -1 src/sys/netgraph/ng_gif.h 1.3 +1 -1 src/sys/netgraph/ng_gif_demux.c 1.3 +1 -1 src/sys/netgraph/ng_gif_demux.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message