fix: remove ipv6 address bindings for chocolatebar and biolimo

This commit is contained in:
Benjamin Bädorf 2023-11-05 19:31:17 +01:00
parent 1d5109bbde
commit 5bde90056e
No known key found for this signature in database
GPG key ID: 4406E80E13CD656C

View file

@ -97,7 +97,7 @@
code = 23; code = 23;
space = "dhcp6"; space = "dhcp6";
csv-format = true; csv-format = true;
data = "2a02:908:5b1:e3c0:3077:2::"; data = "2a02:908:5b1:e3c0:2::";
} }
]; ];
@ -106,28 +106,14 @@
hostname = "droppie.local"; hostname = "droppie.local";
hw-address = "08:f1:ea:97:0f:0c"; hw-address = "08:f1:ea:97:0f:0c";
ip-addresses = [ ip-addresses = [
"2a02:908:5b1:e3c0:3077:3::" "2a02:908:5b1:e3c0:3::"
]; ];
} }
{ {
hostname = "pie.local"; hostname = "pie.local";
hw-address = "dc:a6:32:5c:31:64"; hw-address = "dc:a6:32:5c:31:64";
ip-addresses = [ ip-addresses = [
"2a02:908:5b1:e3c0:3077:2::" "2a02:908:5b1:e3c0:2::"
];
}
{
hostname = "chocolatebar.local";
hw-address = "04:d9:f5:fa:35:f5";
ip-addresses = [
"2a02:908:5b1:e3c0:3077:5::"
];
}
{
hostname = "biolimo.local";
hw-address = "c6:f2:d1:df:ed:a4";
ip-addresses = [
"2a02:908:5b1:e3c0:3077:6::"
]; ];
} }
]; ];