From: JINMEI Tatuya Date: Sat, 29 Dec 2012 03:06:13 +0000 (-0800) Subject: [2480] added a note about the ";var" markup that is not strictly necessary. X-Git-Tag: bind10-1.0.0-rc-release~95^2~22^2~11^2~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=baa1ddd9057d0f10f85faa67f92e94268189dcd1;p=thirdparty%2Fkea.git [2480] added a note about the ";var" markup that is not strictly necessary. --- diff --git a/src/bin/auth/tests/testdata/example-base.zone b/src/bin/auth/tests/testdata/example-base.zone index 9212429bc8..bbcbef1ab5 100644 --- a/src/bin/auth/tests/testdata/example-base.zone +++ b/src/bin/auth/tests/testdata/example-base.zone @@ -37,6 +37,12 @@ example.com. 3600 IN NS example.net. example.com. 3600 IN RRSIG SOA 5 3 3600 20000101000000 20000201000000 12345 example.com. FAKEFAKEFAKE example.com. 3600 IN RRSIG NS 5 3 3600 20000101000000 20000201000000 12345 example.com. FAKEFAKEFAKE +;; Note: the position of the next RR is tricky. It's placed here to +;; be grouped with the subsequent A RR of the name. But we also want +;; to group the A RR with other RRs of a different owner name, so the RRSIG +;; cannot be placed after the A RR. The empty 'var=' specification is +;; not necessary here, but in case we want to reorganize the ordering +;; (in which case it's more likely to be needed), we keep it here. ;var= noglue.example.com. 3600 IN RRSIG A 5 3 3600 20000101000000 20000201000000 12345 example.com. FAKEFAKEFAKE