]> git.ipfire.org Git - thirdparty/bind9.git/commit
3457. [protocol] Add ILNP records (NID, LP, L32, L64). [RT #31836]
authorMark Andrews <marka@isc.org>
Wed, 9 Jan 2013 21:26:31 +0000 (08:26 +1100)
committerMark Andrews <marka@isc.org>
Wed, 9 Jan 2013 21:35:55 +0000 (08:35 +1100)
commit7abb2585e7bf498f6f50490b7aab1f2e549b1dc1
tree598681b6a50b045c19511cb139c2a602fb14fc5f
parent2ad10dd97b01c3cde7de97c1d28990daaac0a0f2
3457.   [protocol]      Add ILNP records (NID, LP, L32, L64). [RT #31836]
27 files changed:
CHANGES
bin/tests/system/additional/clean.sh [new file with mode: 0644]
bin/tests/system/additional/ns1/named.args [new file with mode: 0644]
bin/tests/system/additional/ns1/named1.conf [new file with mode: 0644]
bin/tests/system/additional/ns1/named2.conf [new file with mode: 0644]
bin/tests/system/additional/ns1/naptr.db [new file with mode: 0644]
bin/tests/system/additional/ns1/naptr2.db [new file with mode: 0644]
bin/tests/system/additional/ns1/nid.db [new file with mode: 0644]
bin/tests/system/additional/ns1/rt.db [new file with mode: 0644]
bin/tests/system/additional/ns1/rt2.db [new file with mode: 0644]
bin/tests/system/additional/setup.sh [new file with mode: 0644]
bin/tests/system/additional/tests.sh [new file with mode: 0644]
bin/tests/system/conf.sh.in
bin/tests/system/genzone.sh
bin/tests/system/xfer/dig1.good
bin/tests/system/xfer/dig2.good
doc/rfc/index
doc/rfc/rfc6742.txt [new file with mode: 0644]
lib/dns/rdata.c
lib/dns/rdata/generic/l32_105.c [new file with mode: 0644]
lib/dns/rdata/generic/l32_105.h [new file with mode: 0644]
lib/dns/rdata/generic/l64_106.c [new file with mode: 0644]
lib/dns/rdata/generic/l64_106.h [new file with mode: 0644]
lib/dns/rdata/generic/lp_107.c [new file with mode: 0644]
lib/dns/rdata/generic/lp_107.h [new file with mode: 0644]
lib/dns/rdata/generic/nid_104.c [new file with mode: 0644]
lib/dns/rdata/generic/nid_104.h [new file with mode: 0644]