firewall: wrong link to VIP page

This commit is contained in:
Franco Fichtner 2023-09-26 08:40:56 +02:00
parent dd40f71523
commit d9fcc0bbbf
2 changed files with 2 additions and 2 deletions

View File

@ -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']
);
}

View File

@ -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>