about summary refs log tree commit diff
path: root/src/dhcp/tests/leases/malformed3.leases
blob: a2afc8b6c3ff75cd8387bed2c5d653ae57b5d95a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# missing expire time
lease {
  interface "wlan0";
  fixed-address 192.168.1.180;
  option subnet-mask 255.255.255.0;
  option routers 192.168.1.1;
  option dhcp-lease-time 600;
  option dhcp-message-type 5;
  option domain-name-servers 192.168.1.1;
  option dhcp-server-identifier 192.168.1.1;
  option broadcast-address 192.168.1.255;
  renew 5 2013/11/01 19:56:15;
  rebind 5 2013/11/01 20:00:44;
}