Actions
Bug #16244
openGateway adress not trimed
Status:
New
Priority:
High
Assignee:
-
Category:
Gateways
Target version:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Plus Target Version:
Release Notes:
Default
Affected Version:
2.8.0
Affected Architecture:
All
Description
After upgrading from 2.7.2 to 2.8.0 I got RPCXML errors.
On second pfsense I got:
/xmlrpc.php: The command '/usr/local/bin/dpinger -S -r 0 -i GWV6_WAN -B 2a02:::2 -p /var/run/dpinger_GWV6_WAN~2a02::2~2a02::1 .pid -u /var/run/dpinger_GWV6_WAN~2a02::2~2a02::1 .sock -C "/etc/rc.gateway_alarm" -d 1 -s 500 -l 2000 -t 60000 -A 1000 -D 500 -L 20 2a02::1 >/dev/null' returned exit code '1', the output was ''
If you have a look you will see a space before file extensions.
I see two problems:
1. surround files names with "".
2. trim gateway addresses.
Updated by Grischa Zengel about 1 month ago
<gateway_item> <interface>wan</interface> <gateway>2a02::1 </gateway> <name>GWV6_WAN</name> <weight>1</weight> <ipprotocol>inet6</ipprotocol> <descr></descr> <gw_down_kill_states></gw_down_kill_states> </gateway_item>
Actions