Bug #8290
closedfilter.inc, make filter_expand_alias_array() return consistent results between first and second call.
100%
Description
filter.inc, make filter_expand_alias_array() return consistent results between first and second call.
Currently the 1st php call to: filter_expand_alias_array('mixed_ip_dns_alias') does not return the fixed IP's but a second call to filter_expand_alias_array('mixed_ip_dns_alias') does.. This is at least 'unexpected'.
This is a problem for haproxy 'sourceip acl' which gets or doesnt get a list of ip's/subnets depending on how the service is started..
"Restart service" leaves the list empty.
While saving a regular configuration change the lists do get filled.
When the alias consists of both ip's/subnets and hostnames the ip's/subnets are expected to be returned with the dns items filtered out..
Updated by Pi Ba almost 7 years ago
Affects: 2.4.2p1 amd64 (and probably previous versions).
Haproxy: 0.55_1 (and probably previous versions).
Progress: 100%
Updated by Renato Botelho almost 7 years ago
- Status changed from New to Feedback
- % Done changed from 0 to 100
Applied in changeset 1c1613c532cfca62724b490f44989dbbff3a170b.
Updated by Pi Ba almost 7 years ago
Well now the haproxy usecase is broken both ways. start by 'apply config', and by 'restart service' neither fills the 'subnet list' on disk for haproxy's use.
Is there a alternative function available i could use in haproxy? Or should i implement a separate one.?
Updated by Jim Pingle over 6 years ago
- Status changed from Feedback to Resolved
The part of this that was broken in pfSense is OK now, but it looks like haproxy will need to implement its own function to get the results in the format it wants.