Bug 55410 - univention-dnsedit doesn't remove IPv4 addresses from records
univention-dnsedit doesn't remove IPv4 addresses from records
Status: NEW
Product: UCS
Classification: Unclassified
Component: DNS
UCS 5.0
Other Linux
: P5 normal (vote)
: ---
Assigned To: UCS maintainers
UCS maintainers
https://git.knut.univention.de/univen...
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2022-11-10 12:12 CET by Juan Pedro Torres
Modified: 2023-02-17 15:46 CET (History)
2 users (show)

See Also:
What kind of report is it?: Development Internal
What type of bug is this?: ---
Who will be affected by this bug?: ---
How will those affected feel about the bug?: ---
User Pain:
Enterprise Customer affected?:
School Customer affected?:
ISV affected?:
Waiting Support:
Flags outvoted (downgraded) after PO Review:
Ticket number:
Bug group (optional):
Max CVSS v3 score:


Attachments
dnsedit_remove_a.patch (1.31 KB, patch)
2022-11-10 12:12 CET, Juan Pedro Torres
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Juan Pedro Torres univentionstaff 2022-11-10 12:12:50 CET
Created attachment 11011 [details]
dnsedit_remove_a.patch

In the current version of univention-dnsedit you can add a DNS IPv4 address records using the following command:
univention-dnsedit my.dns.zone add	a	 host  1.2.3.4  5.6.7.8

Currently there is no way to remove that addresses other than using UDM. Something like this could be handy.

univention-dnsedit my.dns.zone remove	a	 host  1.2.3.4  5.6.7.8

I provide a patch that might be useful.
Comment 1 Florian Best univentionstaff 2022-11-10 12:14:09 CET
If your create a MR with the patch we are able to comment on it.