Date: Mon, 14 Feb 2005 12:01:09 +0000 (UTC) From: Gleb Smirnoff <glebius@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netgraph ng_ether.c ng_ether.h Message-ID: <200502141201.j1EC19Rt002660@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
glebius 2005-02-14 12:01:09 UTC FreeBSD src repository Modified files: sys/netgraph ng_ether.c ng_ether.h Log: Add new netgraph control message NGM_ETHER_DETACH, which actually removes netgraph node and unwraps Ethernet interface. This gives us ability to unload ng_ether.ko, when all interfaces are detached, making ng_ether(4) developers happy. Reviewed by: ru Revision Changes Path 1.48 +10 -0 src/sys/netgraph/ng_ether.c 1.14 +1 -0 src/sys/netgraph/ng_ether.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200502141201.j1EC19Rt002660>