Actions
Bug #4062
closedpfSense_getall_interface_addresses truncates v6 link local IPs
Start date:
11/17/2014
Due date:
% Done:
100%
Estimated time:
(Total: 0.00 h)
Plus Target Version:
Release Notes:
Affected Version:
All
Affected Architecture:
Description
pfSense_getall_interface_addresses returns v6 link local IPs minus the %interface off the end. That makes get_possible_listen_ips() return an incomplete address that fails to bind. That leaves Unbound (at a minimum) broken, as it needs the full IP to function.
For instance, an interface with fe80::250:56ff:fea7:bba2%vmx0 will have fe80::250:56ff:fea7:bba2 returned as its link local. Unbound fails to bind unless it's listed as "interface: fe80::250:56ff:fea7:bba2%vmx0". I suspect other services will have the same issue.
Actions