Bug #4965
IPsec field issues
Description
1) When peer identifier "any" is chosen on vpn_ipsec_phase1.php, the text box to the right is hidden in current code as it's not applicable, still showing in bootstrap branch.
2) on vpn_ipsec_phase2.php, "NAT/BINAT translation" should default to "none"
History
#1
Updated by Chris Buechler over 5 years ago
- Subject changed from IPsec peer identifier "any" should hide text box to IPsec field issues
- Description updated (diff)
#2
Updated by Steve Beaver over 5 years ago
- Assignee set to Steve Beaver
#3
Updated by Steve Beaver over 5 years ago
- Status changed from Confirmed to Feedback
- Assignee changed from Steve Beaver to Chris Buechler
1) Revised javascript to hide text box on 'any'
2) Use of array_merge re-orders array keys. Replaced with '+' to keep 'none' as the [0] item.