Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 07 Dec 2016 18:23:09 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-bugs@FreeBSD.org
Subject:   [Bug 215122] Try to change route default to IP out of range lock the system
Message-ID:  <bug-215122-8-wATBTRAPGS@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-215122-8@https.bugs.freebsd.org/bugzilla/>
References:  <bug-215122-8@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D215122

--- Comment #2 from Andrey V. Elsukov <ae@FreeBSD.org> ---
The problem is that ifa_ifwithroute() called with acquired RIB_WLOCK, but s=
ince
gateway is not in directly connect network it uses rtalloc1_fib() that acqu=
ires
RIB_RLOCK.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-215122-8-wATBTRAPGS>