Actions
Bug #6351
closed/etc/rc.newipsecdns - Script is still using old IPsec enable flag that no longer exists
Start date:
05/12/2016
Due date:
% Done:
100%
Estimated time:
Plus Target Version:
Release Notes:
Affected Version:
2.3
Affected Architecture:
Description
In /etc/rc.newipsecdns it tests to see if IPsec is enabled by checking:
if (isset($config['ipsec']['enable'])) {
And that variable no longer exists on 2.3.
To me, I have a fix pending.
Updated by Jim Pingle over 8 years ago
- Status changed from Assigned to Feedback
- % Done changed from 0 to 100
Applied in changeset 88cce82b304cd9e0e253f29a9bd3fdc9241260a7.
Updated by Chris Buechler over 8 years ago
- Status changed from Feedback to Resolved
fixed. Verified that was the last remaining instance of that enable flag.
Actions