[Bug 234846] [lagg] race condition when adding port
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Fri Jan 11 18:29:58 UTC 2019
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=234846
Eugene Grosbein <eugen at freebsd.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|New |Open
--- Comment #2 from Eugene Grosbein <eugen at 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 process 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.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-net
mailing list