]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
if_bridge(4): Drop pointless rtflush
authorKyle Evans <kevans@FreeBSD.org>
Fri, 15 Mar 2019 17:19:36 +0000 (17:19 +0000)
committerKyle Evans <kevans@FreeBSD.org>
Fri, 15 Mar 2019 17:19:36 +0000 (17:19 +0000)
commit4920f9a3489827b0beb505a8d44c39ae856c33ba
tree6482d570c5e56616b252b714a8a0e3dcb98e64be
parent6e6b93fe1dffb16dc62c2823b8b3f6605dab53da
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