X-Git-Url: http://git.datanom.net/pve-dhcp-server.git/blobdiff_plain/48b79db93c8e53a022bad9a90613398acd26a777..2fadf44a158334cada39a8b81862e3b70316a159:/dhcpd.leases diff --git a/dhcpd.leases b/dhcpd.leases new file mode 100644 index 0000000..a2d9ac5 --- /dev/null +++ b/dhcpd.leases @@ -0,0 +1,29 @@ +# lease ::= "lease" IP "{" options "}" NEWLINE +# IP ::= ipv4_addr | ipv6_addr +# options ::= option ";" | options +# option ::= token " " value +# token ::= "binding state" | "starts" | "ends" | "hardware ethernet" | "client-hostname" +# value ::= us-ascii + +lease 172.16.0.28 { + binding state active; + starts 2014/07/21 09:15:34; + hardware ethernet 8cfabab21168; + ends 2014/07/21 11:15:34; + client-hostname "iPad"; +} +lease 192.168.2.84 { + client-hostname "router"; + ends 2014/07/21 11:12:48; + starts 2014/07/21 09:12:48; + hardware ethernet 06d364fca6a5; + binding state active; +} +lease 172.16.0.20 { + client-hostname "Wii"; + ends 2014/07/21 10:11:32; + starts 2014/07/21 09:11:32; + hardware ethernet d86bf789796b; + binding state active; +} +