cvs commit: src/sbin/routed if.c
Poul-Henning Kamp
phk at FreeBSD.org
Sat Aug 14 01:36:35 PDT 2004
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
More information about the cvs-src
mailing list