Project

General

Profile

Statistics
| Branch: | Tag: | Revision:
Name Size
  record
dhcp_common.rb 1.87 KB
monkey_patch_subnet.rb 176 Bytes
monkey_patches.rb 1 KB
record.rb 1.2 KB
server.rb 6.52 KB
subnet.rb 6.36 KB
subnet_service.rb 4.95 KB

Latest revisions

# Date Author Comment
a218b034 01/16/2017 11:14 AM Dmitri Dolguikh

Fixes #18071 - Deleting missing records doesn't generate errors

c7aa35f0 01/13/2017 11:06 AM Timo Goebel

fixes #17856 - support multiple dhcp records for same ip

c16b176d 11/22/2016 07:44 AM Dominic Cleal

fixes #17387 - SubnetService#find_subnet has constant time lookup

find_subnet is now approximately constant with the number of subnets
configured, using hash lookups of possible network prefixes for the
given IP address until the most specific prefix is found. Benchmark...

14d8e523 11/10/2016 08:36 AM Dmitri Dolguikh

Fixes #7766: ms dhcp provider uses native dhcps api now.

0f39b11a 08/18/2016 06:33 AM Dmitri Dolguikh

Fixes #16122 - added equality method

For Proxy::DHCP::Subnet and Proxy::DHCP::Record
dd93f602 08/18/2016 05:41 AM Dmitri Dolguikh

Fixes #16145 - Removed unnecessary tests for common dhcp entities

05b96b99 08/04/2016 05:09 AM Guido Günther

Fixes #15944 - Make it obvious that messages come from DHCP

The occasional log reader might not know if this refers to a DNS or
DHCP 'record'.

Capitalize DHCP consistently.

7bd71b5e 07/29/2016 06:28 AM Dmitri Dolguikh

Fixes #2687: Leases file is no longer parsed on every request

Also: refs 12392, #12359, #12425, #1090

5d1b7cbb 06/13/2016 05:34 AM Paul Kelly

fixes #15373 - windows ping called with very small timeout

f9514f6a 05/12/2016 08:26 AM Dmitri Dolguikh

Fixes #14952 - isc_dhcp respects :subnets setting now.

View revisions

Also available in: Atom