From d9fcc0bbbf0c44ce53059949d1abd64e2978860e Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Tue, 26 Sep 2023 08:40:56 +0200 Subject: [PATCH] firewall: wrong link to VIP page --- src/etc/inc/filter.lib.inc | 2 +- src/www/firewall_nat_out_edit.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/etc/inc/filter.lib.inc b/src/etc/inc/filter.lib.inc index cf6d473a6..c6f60f40e 100644 --- a/src/etc/inc/filter.lib.inc +++ b/src/etc/inc/filter.lib.inc @@ -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'] ); } diff --git a/src/www/firewall_nat_out_edit.php b/src/www/firewall_nat_out_edit.php index 882874119..db8cbeb7e 100644 --- a/src/www/firewall_nat_out_edit.php +++ b/src/www/firewall_nat_out_edit.php @@ -705,7 +705,7 @@ include("head.inc");