mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-13 17:59:46 -04:00
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
|
||
|---|---|---|
| .. | ||
| .gitignore | ||
| meson.build | ||
| nsupdate.c | ||
| nsupdate.rst | ||