Date: Thu, 22 Jul 2010 15:20:02 GMT From: Gleb Smirnoff <glebius@FreeBSD.org> To: freebsd-net@FreeBSD.org Subject: Re: kern/148784: arp pub not working properly Message-ID: <201007221520.o6MFK221084642@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR kern/148784; it has been noted by GNATS. From: Gleb Smirnoff <glebius@FreeBSD.org> To: grayich <grayich@ukr.net> Cc: freebsd-gnats-submit@FreeBSD.org Subject: Re: kern/148784: arp pub not working properly Date: Thu, 22 Jul 2010 19:11:18 +0400 --VS++wcV0S1rZb1Fb Content-Type: text/plain; charset=koi8-r Content-Disposition: inline Please try the attached patch and report whether it works. -- Totus tuus, Glebius. --VS++wcV0S1rZb1Fb Content-Type: text/x-diff; charset=koi8-r Content-Disposition: attachment; filename="if_llatbl.c.diff" Index: if_llatbl.c =================================================================== --- if_llatbl.c (revision 210371) +++ if_llatbl.c (working copy) @@ -337,6 +337,7 @@ * LLE_DELETED flag, and reset the expiration timer */ bcopy(LLADDR(dl), &lle->ll_addr, ifp->if_addrlen); + lle->la_flags |= (flags & (LLE_PUB | LLE_PROXY)); lle->la_flags |= LLE_VALID; lle->la_flags &= ~LLE_DELETED; #ifdef INET6 --VS++wcV0S1rZb1Fb--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201007221520.o6MFK221084642>