]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFC r345192-r345194: if_bridge(4): Drop pointless rtflush
authorkevans <kevans@FreeBSD.org>
Tue, 16 Apr 2019 21:02:41 +0000 (21:02 +0000)
committerkevans <kevans@FreeBSD.org>
Tue, 16 Apr 2019 21:02:41 +0000 (21:02 +0000)
commita5657f4ca94927ab854ca68febfe758a5f7bd9c4
tree85190caba2ab5f568a290114b57b757951741276
parentc11bbccb49ac9b702da1c2f5f2504445c30378ec
MFC r345192-r345194: if_bridge(4): Drop pointless rtflush

r345192:
if_bridge(4): Drop pointless rtflush

At this point, all routes should've already been dropped by removing all
members from the bridge. This condition is in-fact KASSERT'd in the line
immediately above where this nop flush was added.

r345193:
Revert r345192: Too many trees in play for bridge(4) bits

An accidental appendage was committed that has not undergone review yet.

r345194:
if_bridge(4): Drop pointless rtflush

At this point, all routes should've already been dropped by removing all
members from the bridge. This condition is in-fact KASSERT'd in the line
immediately above where this nop flush was added.
sys/net/if_bridge.c