Date: Sat, 14 Aug 2004 08:36:35 +0000 (UTC) From: Poul-Henning Kamp <phk@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/routed if.c Message-ID: <200408140836.i7E8aZSK028680@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
phk 2004-08-14 08:36:35 UTC FreeBSD src repository Modified files: sbin/routed if.c Log: Don't declare everything we find on a loopback interface for passive: Only the actual loopback address should be declared passive, other addresses are very likely to be desirable to announce. Check for IFF_LOOPBACK instead of IFF_PASSIVE to determine if we have an unknown interface type. Revision Changes Path 1.14 +9 -3 src/sbin/routed/if.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200408140836.i7E8aZSK028680>