Include the names of the wild ones in the generated wild.network.
authorMatt Birkholz <matt@birchwood-abbey.net>
Thu, 20 Nov 2025 23:28:29 +0000 (16:28 -0700)
committerMatt Birkholz <matt@birchwood-abbey.net>
Thu, 20 Nov 2025 23:28:29 +0000 (16:28 -0700)
README.org
roles_t/gate/templates/wild.network

index 52fa8f43ab985b59a53cf423a739f669e5c7cd73..e20a40c9fdfd9000f83ba1027cc5b3a37fd4081d 100644 (file)
@@ -4912,6 +4912,7 @@ EmitSMTP=yes
 SMTP={{ core_addr }}
 {% for wild in wild_ones %}
 
+# {{ wild.name }}
 [DHCPServerStaticLease]
 MACAddress={{ wild.MAC }}
 Address={{ wild_net_cidr |ansible.utils.ipaddr(wild.num) }}
index 643a9217e3ed3979fc79a81c76d4db2a21d16457..2930f27ce448e1a72ca5d1d5348f8aa0ee7f8cad 100644 (file)
@@ -13,6 +13,7 @@ EmitSMTP=yes
 SMTP={{ core_addr }}
 {% for wild in wild_ones %}
 
+# {{ wild.name }}
 [DHCPServerStaticLease]
 MACAddress={{ wild.MAC }}
 Address={{ wild_net_cidr |ansible.utils.ipaddr(wild.num) }}