commit 3a127fa794fb37699df662e97c8afb94a78e44e6
Author: Antonio Huete Jimenez <[email protected]>
Date: Mon Apr 7 09:37:56 2014 +0200
network/gif - Correctly clear route cache on destroy.
RTFREE() requires that the route is freed in the CPU it belongs to.
Migrating to the target CPU *before* calling it and returning to the
original CPU afterwards seems to do the trick.
Ok: @sephe
Summary of changes:
sys/net/gif/if_gif.c | 15 +++++++++++++++
1 file changed, 15 insertions(+)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/3a127fa794fb37699df662e97c8afb94a78e44e6
--
DragonFly BSD source repository