Page MenuHomeFreeBSD

rc.d/netif: Don't DAD if lo0 is the only IPv6 IF
ClosedPublic

Authored by cperciva on May 18 2023, 3:22 AM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, May 12, 9:10 AM
Unknown Object (File)
Feb 25 2025, 12:50 PM
Unknown Object (File)
Feb 22 2025, 11:03 AM
Unknown Object (File)
Feb 15 2025, 4:29 PM
Unknown Object (File)
Feb 15 2025, 12:05 PM
Unknown Object (File)
Feb 15 2025, 12:05 PM
Unknown Object (File)
Nov 15 2024, 9:04 PM
Unknown Object (File)
Sep 27 2024, 7:41 AM
Subscribers

Details

Summary

The code in rc.d/netif waiting for IPv6 Duplicate Address Detection if
any network interfaces support IPv6. Unfortunately, since lo0 *always*
has IPv6 enabled, this means unconditionally sleeping, even on systems
which have no external IPv6 interfaces.

Since we presume that there is little risk of a duplicate address being
assigned on lo0, amend the test to wait only if there is an interface
*other than lo0* which supports IPv6.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable