Skip to content

Conversation

rcmcdonald91
Copy link
Contributor

Here we overload the local_data_remove control command to support deleting specific records. Curently, this command deletes all records for a given zone. The modification works by attempting to parse the command argument first as a complete record and then as just a domain name, if the first attempt failed.

This preserves the command's behavior, while also supporting removing specific records from the zone tree.

Here we overload the `local_data_remove` control command to support
deleting specific records. Curently, this command deletes all records
for a given zone. The modification works by attempting to parse the
command argument first as a complete record and then as just a domain
name, if the first attempt failed.

This preserves the command's behavior, while also supporting removing
specific records from the zone tree.

Signed-off-by: R. Christian McDonald <[email protected]>
@rcmcdonald91
Copy link
Contributor Author

@wcawijngaards can I get some eyes on this? Thanks!

@rcmcdonald91
Copy link
Contributor Author

rcmcdonald91 commented Jul 25, 2024

@gthess

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant