bind9/bin/nsupdate
Mark Andrews f45762a5be nsupdate does not handle zero length RDATA well
Nsupdate does not distinguish between a non-existing RDATA field
and an empty RDATA field when determining which action is desired
when the RDATA field is empty. This only affects a few data types,
like APL, which allow an empty RDATA field.  Document a workaround
of using the '\# 0' form for entering these specific records. e.g.

    # delete the APL RRset
    update delete IN APL
    # delete the APL record with a zero length rdata
    update delete IN APL \# 0
2026-04-09 09:24:47 +10:00
..
.gitignore added gitignore, removed cvsignore 2012-03-03 23:10:05 -08:00
meson.build replace the build system with meson 2025-06-11 10:30:12 +03:00
nsupdate.c Add regression test for RFC 3645 Section 4.1.1 duplicate TKEY name 2026-04-01 07:04:40 +02:00
nsupdate.rst nsupdate does not handle zero length RDATA well 2026-04-09 09:24:47 +10:00