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
Updated by Jim Pingle over 9 years ago
- Status changed from New to Feedback
- % Done changed from 0 to 100
Applied in changeset a832806cba853262bac7a189954102e0a67a5511.
Updated by Jim Pingle over 9 years ago
Applied in changeset 24ad8e26a6437e32afe3330b79d2565c052c993e.
Updated by Chris Buechler over 9 years ago
- Status changed from Feedback to Resolved
- Target version set to 2.2.1
fixed
Actions