Date: Thu, 16 Sep 2010 14:55:22 +0000 (UTC) From: Gleb Smirnoff <glebius@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/net if_llatbl.c Message-ID: <201009161455.o8GEthPw010770@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
glebius 2010-09-16 14:55:22 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) sys/net if_llatbl.c Log: SVN rev 212735 on 2010-09-16 14:55:22Z by glebius MFhead 210529: When installing a new ARP entry via 'arp -S', lla_lookup() will either find an existing entry, or allocate a new one. In the latter case an entry would have flags, that were supplied as argument to lla_lookup(). In case of an existing entry, flags aren't modified. This lead to losing LLE_PUB and/or LLE_PROXY flags. We should apply these flags either in lla_rt_output() or in the in.c:in_lltable_lookup(). It seems to me that lla_rt_output() is a more correct choice. PR: kern/148784, kern/146539 Revision Changes Path 1.8.2.12 +1 -0 src/sys/net/if_llatbl.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201009161455.o8GEthPw010770>