https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=285813

--- Comment #11 from Peter Blok <peter.b...@bsd4all.org> ---
The following snippet migh explain it in if_ether.c

arp_check_update_lle expects la to be locked and has an assert for that, but
only with INVARIANTS defined.

            /* Free newly-create entry and handle packet */
            lltable_free_entry(LLTABLE(ifp), la);
            la = la_tmp;
            la_tmp = NULL;
            arp_check_update_lle(ah, isaddr, ifp, bridged, la);
            /* arp_check_update_lle() returns @la unlocked */

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

Reply via email to