confi/net/roof: add ipv4

This commit is contained in:
Astro 2022-05-12 16:41:00 +02:00
parent 2a129d81db
commit bd99e88f8e
1 changed files with 5 additions and 0 deletions

View File

@ -4,6 +4,11 @@
vlan = null;
# leave space for vxlan
mtu = 1574;
subnet4 = "10.0.57.0/24";
hosts4 = {
ap57 = "10.0.57.1";
ap58 = "10.0.57.2";
};
hosts6.dn42 = {
ap57 = "fd23:42:c3d2:584::39";
ap58 = "fd23:42:c3d2:584::40";