Date: Fri, 9 Jan 2015 11:08:06 -0700 From: John Nielsen <lists@jnielsen.net> To: "Andrey V. Elsukov" <ae@freebsd.org> Cc: svn-src-stable@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org, svn-src-stable-10@freebsd.org Subject: Re: svn commit: r276149 - in stable/10: share/man/man4 sys/conf sys/net sys/netinet sys/netinet6 Message-ID: <A8B6D662-FB47-4DD8-9678-AAF3A0611B9C@jnielsen.net> In-Reply-To: <201412231633.sBNGXjER019167@svn.freebsd.org> References: <201412231633.sBNGXjER019167@svn.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Dec 23, 2014, at 9:33 AM, Andrey V. Elsukov <ae@freebsd.org> wrote: > Author: ae > Date: Tue Dec 23 16:33:44 2014 > New Revision: 276149 > URL: https://svnweb.freebsd.org/changeset/base/276149 >=20 > Log: > MFC r273087 (with modifications): > Overhaul if_gif(4): > o convert to if_transmit; > o use rmlock to protect access to gif_softc; > o use sx lock to protect from concurrent ioctls; > o remove a lot of unneeded and duplicated code; > o remove cached route support (it won't work with concurrent io); > o style fixes. Did you test the gif(4) + if_bridge(4) EtherIP functionality after this = change? I have a tunnel between two 10-STABLE machines that stopped = working after a recent update and I strongly suspect this change. I will = try reverting it locally and rebuilding and let you know the result. JN
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?A8B6D662-FB47-4DD8-9678-AAF3A0611B9C>