Bug #5409
closedrtsold not passing gateway, breaking DHCP6 and SLAAC WANs
0%
Description
Looks like this patch for rtsol was dropped:
https://github.com/pfsense/pfsense-tools/blob/RELENG_2_2/patches/releng/10.1/rtsol.diff
which calls /var/etc/rtsold_vmx0_script.sh or similar with two arguments instead of one, where the second is the gateway IP. Because the gateway IP isn't passed, /tmp/vmx0_routerv6 and defaultgwv6 end up empty, which leaves DHCP6 and SLAAC WAN types non-functional.
Updated by Renato Botelho about 10 years ago
I'll take a look, but patch was applied, https://github.com/pfsense/FreeBSD-src/commit/2ff6c3a5038c2d86e80402ae26d87e83fd380cb4
Updated by Chris Buechler about 10 years ago
- Assignee changed from Renato Botelho to Chris Buechler
in some circumstances, it does end up populating the file correctly, so the patch is there. It's failing to work in some circumstances where it used to though. Taking this to narrow down the root cause further.
Updated by Chris Buechler about 10 years ago
- Status changed from Confirmed to Rejected
- Target version deleted (
2.3) - Affected Version deleted (
2.3)
this does actually work correctly, problem elsewhere.