mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Close a comment correctly
This commit is contained in:
parent
1507bd6118
commit
e59803707d
@ -95,7 +95,7 @@ if (isset($id) && $a_filter[$id]) {
|
||||
$pconfig['max-src-conn-rate'] = $a_filter[$id]['max-src-conn-rate'];
|
||||
$pconfig['max-src-conn-rates'] = $a_filter[$id]['max-src-conn-rates'];
|
||||
|
||||
/* Multi-WAN next-hop support
|
||||
/* Multi-WAN next-hop support */
|
||||
$pconfig['gateway'] = $a_filter[$id]['gateway'];
|
||||
|
||||
} else {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user