]> git.ipfire.org Git - thirdparty/bind9.git/commit
Obsolete CLAUSEFLAG NOTIMP and NYI
authorMatthijs Mekking <matthijs@isc.org>
Tue, 8 Dec 2020 10:26:08 +0000 (11:26 +0100)
committerMatthijs Mekking <matthijs@isc.org>
Tue, 19 Jan 2021 09:12:40 +0000 (10:12 +0100)
commitff1957e95b0db4b8c7b5c0f08602e5c3d4cc14fe
treea57a7082906b28a9d5b7ad99dd3e3b289db8ef71
parentef28737af89f827391c5cb393434da3227b40334
Obsolete CLAUSEFLAG NOTIMP and NYI

The clause flags 'not implented' and 'not implemented yet' are the
same as 'obsoleted' when it comes to behavior. These options will
now be treated similar as obsoleted (the idea being that if an
option is implemented it should be functional).

The new options for DoT are new options and rather than flagging them
obsolete, they should have been flagged as experimental, signalling
that these options are subject to change in the future.
lib/isccfg/include/isccfg/grammar.h
lib/isccfg/namedconf.c
lib/isccfg/parser.c