add missing ;

missing ; on the end of definitions.
This commit is contained in:
reaper 2024-01-30 23:34:11 -06:00
parent eaf46c2bff
commit f3d512f929
1 changed files with 3 additions and 3 deletions

View File

@ -6,9 +6,9 @@
};
hosts = {
a.ipv4-address = "208.0.113.0"
b.ipv4-address = "203.0.113.1"
c.ipv4-address = "203.0.113.2"
a.ipv4-address = "208.0.113.0";
b.ipv4-address = "203.0.113.1";
c.ipv4-address = "203.0.113.2";
snark.ipv4-address = "208.81.1.141";
};