Actions
Bug #4485
closedlast commit broke globals.inc
Start date:
03/04/2015
Due date:
% Done:
100%
Estimated time:
Plus Target Version:
Release Notes:
Affected Version:
2.2.1
Affected Architecture:
amd64
Description
Hi Jim,
The last commit you made to globals.inc (http://freshbsd.org/commit/pfsense/1dbe220c9b201550bf9f10c45ab14b8d30c4bacd) for the CARP changes is missing a comma at the end of the preceding line.
i.e.
"net.enc.in.ipsec_filter_mask" => "0x0002" "net.inet.carp.senderr_demotion_factor" => 0, /* Do not demote CARP for interface send errors */ "net.pfsync.carp_demotion_factor" => 0 /* Do not demote CARP for pfsync errors */
should be
"net.enc.in.ipsec_filter_mask" => "0x0002", "net.inet.carp.senderr_demotion_factor" => 0, /* Do not demote CARP for interface send errors */ "net.pfsync.carp_demotion_factor" => 0 /* Do not demote CARP for pfsync errors */
Thanks
Actions