From 7ba4c4960b9b560da7923007f03b0732251f1998 Mon Sep 17 00:00:00 2001 From: James Shubin Date: Sun, 8 Jun 2025 21:27:04 -0400 Subject: [PATCH] modules: meta: Wrong interface for the loc network Copy pasta bug! --- modules/meta/router.mcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/meta/router.mcl b/modules/meta/router.mcl index e38fe68b..38de8875 100644 --- a/modules/meta/router.mcl +++ b/modules/meta/router.mcl @@ -77,7 +77,7 @@ class router($st) { if $loc_dev != "" { $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}", #dns => $dns, })