Actions
Bug #6745
closedClean 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.
Updated by Dominic Cleal over 10 years ago
- Status changed from New to Ready For Testing
- Assignee set to Aaron Stone
- Target version set to 1.7.5
- Translation missing: en.field_release set to 10
- Pull request https://github.com/theforeman/smart-proxy/pull/185 added
- Pull request deleted (
)
Updated by Aaron Stone over 10 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset dd9d295bc439d467bbfc455b28b63d37176dea21.
Actions