diff --git a/firewall/setup6.cgi b/firewall/setup6.cgi index f4c103fa2..7739f7f6c 100755 --- a/firewall/setup6.cgi +++ b/firewall/setup6.cgi @@ -49,7 +49,7 @@ if (&foreign_installed("sshd")) { $ssh_port ||= 22; if ($in{'auto'}) { - @tables = &get_ip6tables_save(); + @tables = &get_iptables_save(); if ($in{'auto'} == 1) { # Add a single rule to the nat table for masquerading $iface = $in{'iface1'} eq 'other' ? $in{'iface1_other'}