mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-14 08:34:39 +00:00
firewall: wrong link to VIP page
This commit is contained in:
parent
dd40f71523
commit
d9fcc0bbbf
@ -273,7 +273,7 @@ function filter_core_rules_system($fw, $defaults)
|
||||
$fw->registerFilterRule(
|
||||
1,
|
||||
['protocol' => 'carp', 'direction' => 'any', 'to' => $to, 'descr' => 'CARP defaults',
|
||||
'#ref' => 'firewall_virtual_ip.php'],
|
||||
'#ref' => 'ui/interfaces/vip'],
|
||||
$defaults['pass']
|
||||
);
|
||||
}
|
||||
|
||||
@ -705,7 +705,7 @@ include("head.inc");
|
||||
<div class="hidden" data-for="help_for_target">
|
||||
<?=gettext("Packets matching this rule will be mapped to the IP address given here.");?><br />
|
||||
<?=sprintf(gettext("If you want this rule to apply to another IP address rather than the IP address of the interface chosen above, ".
|
||||
"select it here (you will need to define %sVirtual IP addresses%s on the interface first)."),'<a href="firewall_virtual_ip.php">','</a>')?>
|
||||
"select it here (you will need to define %sVirtual IP addresses%s on the interface first)."),'<a href="ui/interfaces/vip">','</a>')?>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user