ip6 address being assigned, even though "Use default IPv6 address for new virtual servers?" set to no

domain_form.cgi lines 624-627 are:

print &ui_table_row(&hlink($text{'form_iface6'}, "iface6"),
&virtual_ip6_input(\@cantmpls, $resel),
undef, \@tds, undef, $config{'ip6enabled'} ? 0 : -2);
}

but should be:

print &ui_table_row(&hlink($text{'form_iface6'}, "iface6"),
&virtual_ip6_input(\@cantmpls, $resel, undef, $config{'ip6enabled'} ? 0 : -2),
undef, \@tds);
}

Status: 
Closed (fixed)

Comments

Thanks! I will apply this fix in the next Virtualmin release.

Status: Active ยป Fixed