dhcp: Use chunk_hash_static() to calculate ID-based MAC addresses

This commit is contained in:
Tobias Brunner
2013-06-28 17:00:29 +02:00
parent f95205f580
commit 50daffb784
3 changed files with 5 additions and 5 deletions
@@ -14,11 +14,11 @@ subnet 10.1.0.0 netmask 255.255.0.0 {
}
host carol {
hardware ethernet 7a:a7:8f:fc:db:3b;
hardware ethernet 7a:a7:51:cc:22:4a;
fixed-address 10.1.0.30;
}
host dave {
hardware ethernet 7a:a7:35:78:bc:85;
hardware ethernet 7a:a7:93:70:2b:21;
fixed-address 10.1.0.40;
}