mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Merge pull request #2843 from jlduran/fix-missing-space-status-ipsec
This commit is contained in:
commit
f332da5fbb
@ -163,7 +163,7 @@ function print_ipsec_body() {
|
||||
* the future
|
||||
*/
|
||||
if (isset($ikesa['local-nat-t']) || isset($ikesa['nat-local'])) {
|
||||
print("NAT-T");
|
||||
print(" NAT-T");
|
||||
}
|
||||
|
||||
print("</td>\n");
|
||||
|
||||
Loading…
Reference in New Issue
Block a user