Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 11 Jan 2019 18:29:56 +0000
From:      bugzilla-noreply@freebsd.org
To:        net@FreeBSD.org
Subject:   [Bug 234846] [lagg] race condition when adding port
Message-ID:  <bug-234846-7501-rltwVtzYcH@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-234846-7501@https.bugs.freebsd.org/bugzilla/>
References:  <bug-234846-7501@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=3D234846

Eugene Grosbein <eugen@freebsd.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|New                         |Open

--- Comment #2 from Eugene Grosbein <eugen@freebsd.org> ---
Please try attached patch. It should replace a panic with packed drop if an
interface being added to an aggregate is up and receives a packet in proces=
s of
inclusion to the aggregate.

Apply it with command:

cd /usr/src && patch < /path/to/patch

Then rebuild if_lagg.ko kernel module if you use it:

cd /usr/src/sys/modules/if_lagg
make obj depend && make all install

Or rebuild the kernel if your kernel configuration includes device lagg.

--=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-234846-7501-rltwVtzYcH>