Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

Latest revisions

# Date Author Comment
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.

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

fixes #17856 - support multiple dhcp records for same ip

dfc8ecb9 01/03/2017 10:19 AM Timo Goebel

fixes #17868 - dhcp: convert next-server ip correctly

9445cae3 12/12/2016 10:04 AM Dmitri Dolguikh

Fixes #17554 - inotify events can't overflow the observer anymore

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

7f016eca 11/16/2016 07:28 AM Lukas Zapletal

Fixes #16079 - subnet recursive parsing

c4314a8b 08/17/2016 06:52 AM Dominic Cleal

refs #16021 - monitor modifications on entire directory

inotify file watches are based on the inode, so after the leases file
is recreated the watch no longer fires. Later versions of rb-inotify
will properly allow for the watch to be re-registered after the file is...

2e0765fe 08/17/2016 06:08 AM Dominic Cleal

fixes #16021 - restart inotify monitoring on queue overflow

inotify watches are now more specific to only monitor for modifications
to the lease file and incoming file moves in the directory, reducing
the spurious wakeups from accessing other files in the same dir.

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

View revisions

Also available in: Atom