Date: Sun, 5 Jun 2005 03:13:13 +0000 (UTC) From: Andrew Thompson <thompsa@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/net if.c if.h if_ethersubr.c if_llc.h if_types.h if_var.h src/sys/netinet if_ether.c src/sys/sys sockio.h Message-ID: <200506050313.j553DDw0014630@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
thompsa 2005-06-05 03:13:13 UTC FreeBSD src repository Modified files: sys/net if.c if.h if_ethersubr.c if_llc.h if_types.h if_var.h sys/netinet if_ether.c sys/sys sockio.h Log: Add hooks into the networking layer to support if_bridge. This changes struct ifnet so a buildworld is necessary. Approved by: mlaier (mentor) Obtained from: NetBSD Revision Changes Path 1.229 +8 -0 src/sys/net/if.c 1.96 +7 -0 src/sys/net/if.h 1.190 +48 -0 src/sys/net/if_ethersubr.c 1.12 +1 -0 src/sys/net/if_llc.h 1.20 +1 -0 src/sys/net/if_types.h 1.97 +2 -0 src/sys/net/if_var.h 1.137 +8 -4 src/sys/netinet/if_ether.c 1.28 +5 -0 src/sys/sys/sockio.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200506050313.j553DDw0014630>