interfaces: typo in previous #3310

This commit is contained in:
Franco Fichtner 2020-02-03 08:01:25 -03:00
parent a93815f1e9
commit 57de0596f4

View File

@ -1870,5 +1870,5 @@ function dhcpd_getaddr6($realif, $ifconfig_details)
break; /* all done */
}
return [ $ifcfgipv6, $networv6 ];
return [ $ifcfgipv6, $networkv6 ];
}