summaryrefslogtreecommitdiff
path: root/client/tests/duid0_test.txt
blob: 75e8d452df437beeac561aa8d4a1be7a03240dcd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
lease {
  interface "em1";
  fixed-address 172.16.132.152;
  option subnet-mask 255.255.255.0;
  option dhcp-lease-time 60;
  option routers 17.132.16.200;
  option dhcp-message-type 5;
  option dhcp-server-identifier 172.16.132.200;
  option dhcp-renewal-time 30;
  option dhcp-rebinding-time 45;
  option domain-name "example.org";
  renew 2 2014/05/13 23:11:53;
  rebind 2 2014/05/13 23:11:53;
  expire 2 2014/05/13 23:11:53;
}
default-duid "\000\001";

lease6 {
  interface "em1";
  ia-na 56:32:02:02 {
    starts 1399436400;
    renew 3;
    rebind 15;
    iaaddr 2000::37a {
      starts 1399436400;
      preferred-life 18;
      max-life 30;
    }
  }
  option dhcp6.client-id 0:1:0:1:1a:1:2d:7c:0:50:56:32:2:2;
  option dhcp6.server-id 0:1:0:1:19:fd:aa:20:0:50:56:2f:de:8a;
  option dhcp6.name-servers 2000::2;
}