modules: meta: Wrong interface for the loc network

Copy pasta bug!
This commit is contained in:
James Shubin
2025-06-08 21:27:04 -04:00
parent 777ea6115b
commit 7ba4c4960b

View File

@@ -77,7 +77,7 @@ class router($st) {
if $loc_dev != "" { if $loc_dev != "" {
$prefix = net.cidr_to_prefix($loc_network) $prefix = net.cidr_to_prefix($loc_network)
include misc.networkd_static($net_dev, struct{ include misc.networkd_static($loc_dev, struct{
cidr => "${loc_ip}/${prefix}", cidr => "${loc_ip}/${prefix}",
#dns => $dns, #dns => $dns,
}) })