Date: Fri, 13 Aug 2010 18:17:32 +0000 (UTC) From: Marko Zec <zec@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/net if.c if_ethersubr.c Message-ID: <201008131817.o7DIHoUI080342@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
zec 2010-08-13 18:17:32 UTC FreeBSD src repository Modified files: sys/net if.c if_ethersubr.c Log: SVN rev 211283 on 2010-08-13 18:17:32Z by zec When moving an ethernet ifnet from one vnet to another, destroy the associated ng_ether netgraph node in the current vnet, and create a new one in the target vnet. Reviewed by: julian MFC after: 3 days Revision Changes Path 1.388 +9 -0 src/sys/net/if.c 1.280 +25 -0 src/sys/net/if_ethersubr.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201008131817.o7DIHoUI080342>