| Summary: | /etc/rc.d/netif enters an endless cycle when ipv6 aliases are configured | ||
|---|---|---|---|
| Product: | Base System | Reporter: | emz |
| Component: | misc | Assignee: | freebsd-bugs (Nobody) <bugs> |
| Status: | Closed Works As Intended | ||
| Severity: | Affects Some People | ||
| Priority: | --- | ||
| Version: | 10.0-STABLE | ||
| Hardware: | Any | ||
| OS: | Any | ||
|
Description
emz
2014-06-09 05:04:31 UTC
Removing ipv6 aliases (leaving only primary addresses) resolves the issue. Well... it took some time to figure that when -accept_rtadv is configured it alias instead of primary address, this breaks the network.subr, which uses '*-*' pattern for it's own purposes. -accept_rtadv and also various mediaoptions should be configured with main addresses. This should be mentioned in BUGS sescion of rc.conf man page. |