Bug 180572 - [network.subr] [patch] SLAAC is enabled for ipv6_cpe_wanif
Summary: [network.subr] [patch] SLAAC is enabled for ipv6_cpe_wanif
Status: Open
Alias: None
Product: Base System
Classification: Unclassified
Component: conf (show other bugs)
Version: 9.1-RELEASE
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-rc (Nobody)
URL:
Keywords: patch
Depends on:
Blocks:
 
Reported: 2013-07-15 11:30 UTC by Shuichi KITAGUCHI
Modified: 2020-03-10 15:06 UTC (History)
1 user (show)

See Also:


Attachments
file.diff (293 bytes, patch)
2013-07-15 11:30 UTC, Shuichi KITAGUCHI
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Shuichi KITAGUCHI 2013-07-15 11:30:00 UTC
In /etc/rc.conf, ipv6_cpe_wanif was introduced from 9.0-RELEASE for enabling accept_rtadv flag to outgoing interface. But rtsol is not executed on outgoing interface when ipv6_gateway_enable is "YES". Therefore my FreeBSD router cannot get prefix from upstream.

Fix: When ipv6_cpe_wanif is set, I suppose rtsol should be executed regardless of ipv6_gateway_enable. Attached patch fixes this problem but this could be accepted?

Patch attached with submission follows:
How-To-Repeat: In /etc/rc.conf
  ipv6_gateway_enable="YES"
  ipv6_cpe_wanif="OUTIF"
and reboot machine.
Comment 1 Eitan Adler freebsd_committer freebsd_triage 2018-05-23 10:27:34 UTC
batch change of PRs untouched in 2018 marked "in progress" back to open.