]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Allow different bridge types to coexist
authormmacy <mmacy@FreeBSD.org>
Fri, 11 May 2018 05:00:40 +0000 (05:00 +0000)
committermmacy <mmacy@FreeBSD.org>
Fri, 11 May 2018 05:00:40 +0000 (05:00 +0000)
commit361b54f07a1705b83486ccd487f30e8ec82ccb86
tree874029ff3241be796d0a6954ef06cea95a3e97bb
parent73d042eb349436b777b948a5e4b537a07c28748d
Allow different bridge types to coexist

if_bridge has a lot of limitations that make it scale poorly to higher data
rates. In my projects/VPC branch I leverage the bridge interface between
layers for my high speed soft switch as well as for purposes of stacking
in general.

Reviewed by: sbruno@
Approved by: sbruno@
Differential Revision: https://reviews.freebsd.org/D15344
sys/net/if.c
sys/net/if_bridge.c
sys/net/if_bridgevar.h
sys/net/if_ethersubr.c
sys/net/if_var.h