xref: /netbsd-src/external/mpl/dhcp/dist/keama/tests/hardwaredx4.in4 (revision 4d342c046e3288fb5a1edcd33cfec48c41c80664)
1# hardware data expression
2
3# empty configs are not accepted by Kea
4default-lease-time 1800;
5
6# pretty standard hardware superclass
7class "byhw" {
8    match hardware;
9}
10
11subclass "byhw" 01:00:07:0E:36:48:19 {
12    option host-name "test1";
13}
14
15# raw
16option host-name = binary-to-ascii(16, 8, "-", hardware);
17