Project

General

Profile

Statistics
| Branch: | Tag: | Revision:
Name Size
  isc
  record
dhcp_common.rb 1.95 KB
monkey_patch_subnet.rb 176 Bytes
monkey_patches.rb 1 KB
record.rb 1.11 KB
server.rb 6.65 KB
subnet.rb 6.31 KB
subnet_service.rb 4.95 KB

Latest revisions

# Date Author Comment
26b70e2e 05/25/2017 04:16 AM Dmitri Dolguikh

Fixes #19649 - dhcpd provider ignores conflicts with leases.

21813c6c 05/24/2017 09:08 AM Dmitri Dolguikh

Fixes #19441 - recursive descent parser for dhcpd config files.

13d1d5dd 05/22/2017 04:49 AM Lukas Zapletal

Fixes #19597 - fallback DHCP hostname pattern

d4ab7f0a 03/27/2017 07:28 AM Dmitri Dolguikh

Fixes #18962 - moved isc file parser into dhcp_common

f6d461a7 02/10/2017 10:12 AM Dmitri Dolguikh

Fixes #18395 - better error message with ms dhcp on win2008.

0a806f31 01/30/2017 10:59 AM Dmitri Dolguikh

Fixes #18072 - removed load_* methods from core dhcp providers

72fd0486 01/25/2017 11:38 AM Dmitri Dolguikh

Fixes #18070 - add_record() checks for conflicts with leases now.

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...

View revisions

Also available in: Atom