Bug #6745
Clean up the params input to the DHCP::Server.addRecord method
Description
Clean up the params input to the DHCP::Server.addRecord method
Actual:
Add a DHCP record to local DHCP config files.
POST the same record information to the DHCP new record endpoint
Smart Proxy returns an HTTP 409 claiming that the new record conflicts with the existing record.
Expected:
Smart Proxy ignores the new record because it is a match for the existing config file record.
Associated revisions
History
#1
Updated by Dominic Cleal over 8 years ago
- Status changed from New to Ready For Testing
- Assignee set to Aaron Stone
- Target version set to 1.7.5
- Legacy Backlogs Release (now unused) set to 10
- Pull request https://github.com/theforeman/smart-proxy/pull/185 added
- Pull request deleted (
)
#2
Updated by Aaron Stone over 8 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset dd9d295bc439d467bbfc455b28b63d37176dea21.
Fixes #6745 - Clean up the params input to the DHCP::Server.addRecord method
This fixes the ability to match and ignore pre-existing identical DHCP records.