From 057d5985ee577eeca0951b8eae2a591aa88fdcf1 Mon Sep 17 00:00:00 2001 From: Jamie Cameron Date: Sun, 16 Aug 2026 20:42:00 +0100 Subject: [PATCH] Fix mislabelled field --- shorewall/shorewall-lib.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shorewall/shorewall-lib.pl b/shorewall/shorewall-lib.pl index 59a348d60..c631c62f1 100755 --- a/shorewall/shorewall-lib.pl +++ b/shorewall/shorewall-lib.pl @@ -1281,7 +1281,7 @@ return @rv; sub nat_form { print &ui_table_row($text{'nat_0'}, - &ui_textbox("nat", $_[0], 15)); + &ui_textbox("ext", $_[0], 15)); if (&version_atleast(1, 3, 14)) { my ($iface, $virt) = split(/:/, $_[1]);