From c006a96ca0d83182821aa2d1e57a95c754af454a Mon Sep 17 00:00:00 2001 From: Jamie Cameron Date: Fri, 25 May 2018 22:09:55 -0700 Subject: [PATCH] Fix incorect function name --- firewall/setup6.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'}