Actions
Bug #12465
closedISC DHCP proxy fails to parse deleted entires
Description
In /var/lib/dhcpd/dhcpd.leases the following type of entry may appear:
host test.example.com {
dynamic;
deleted;
}
in /var/log/foreman-proxy/proxy.log the follow error occurs:
W, [2015-11-13T02:54:47.675517 #31861] WARN -- : skipped test.example.com - address family must be specified
Trackback attached.
Files
Updated by Dominic Cleal almost 9 years ago
- Project changed from Foreman to Smart Proxy
- Category changed from Smart Proxy to DHCP
- Translation missing: en.field_release set to 63
Looks like a regression to me, the parse_config_and_leases_for_records method shouldn't be performing a subnet lookup by IP as it won't be present.
Updated by Dominic Cleal almost 9 years ago
- Related to Refactor #11866: Replace linear searches in various lookups in DHCP module with constant-time lookups. added
Updated by The Foreman Bot almost 9 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/smart-proxy/pull/338 added
Updated by Dominic Cleal almost 9 years ago
- Related to Bug #12469: ISC DHCP proxy errors when attempting to delete nonexistant records added
Updated by Brandon Weeks almost 9 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset d981fe9f751cbcf598f33cb97eba3e540a3e6785.
Actions