Date: Sat, 29 May 2004 00:21:46 -0700 (PDT) From: Julian Elischer <julian@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man4 ng_tee.4 src/sys/netgraph netgraph.h ng_base.c ng_tee.c Message-ID: <200405290721.i4T7LkKs012415@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
julian 2004/05/29 00:21:46 PDT FreeBSD src repository Modified files: share/man/man4 ng_tee.4 sys/netgraph netgraph.h ng_base.c ng_tee.c Log: Add a new netgraph method to allow restoration of some behaviour lost in the change from 4.x style netgraph tee nodes. Alter the tee node to use the new method. Document the behaviour. Step the ABI version number... old netgraph klds will refuse to load. Better than just crashing. Submitted by: Gleb Smirnoff <glebius@cell.sick.ru> Revision Changes Path 1.13 +13 -3 src/share/man/man4/ng_tee.4 1.39 +4 -1 src/sys/netgraph/netgraph.h 1.75 +4 -1 src/sys/netgraph/ng_base.c 1.29 +20 -8 src/sys/netgraph/ng_tee.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200405290721.i4T7LkKs012415>