]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
ng_ether: Create netgraph nodes for bridge interfaces.
authorYoshihiro Takahashi <nyan@FreeBSD.org>
Sat, 25 Sep 2021 16:24:33 +0000 (01:24 +0900)
committerYoshihiro Takahashi <nyan@FreeBSD.org>
Sat, 2 Oct 2021 11:54:19 +0000 (20:54 +0900)
commitdb79ace65626d81834888b69b0f6c12a034c8891
tree5d7a5e4c8fbcaa014150ddc0042aebb1bf2925e7
parent9419d273e4718ee8c768865cd73a3b907f365d8d
ng_ether: Create netgraph nodes for bridge interfaces.

Create netgraph nodes for bridge interfaces when the ng_ether module
is loaded.  If a bridge interface is created after loading the ng_ether
module, a netgraph node is created via ether_ifattach().

(cherry picked from commit d653b188e89b5e44b2708342c7d3b789398f9cde)
sys/netgraph/ng_ether.c