Fix incorect function name

This commit is contained in:
Jamie Cameron
2018-05-25 22:09:55 -07:00
parent bfaa5ba983
commit c006a96ca0

View File

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