2534. [func] Check NAPTR records regular expressions and
replacement strings to ensure they are syntaxically
valid and consistant. [RT #18168]
This commit is contained in:
@@ -52,7 +52,7 @@ mr02.example.nil. 3600 IN MR .
|
||||
mx01.example.nil. 3600 IN MX 10 mail.example.nil.
|
||||
mx02.example.nil. 3600 IN MX 10 .
|
||||
naptr01.example.nil. 3600 IN NAPTR 0 0 "" "" "" .
|
||||
naptr02.example.nil. 3600 IN NAPTR 65535 65535 "blurgh" "blorf" "blegh" foo.
|
||||
naptr02.example.nil. 3600 IN NAPTR 65535 65535 "blurgh" "blorf" "blllbb" foo.
|
||||
ns1.example.nil. 300 IN A 10.53.0.1
|
||||
ns2.example.nil. 300 IN A 10.53.0.2
|
||||
nsap-ptr01.example.nil. 3600 IN NSAP-PTR .
|
||||
|
||||
@@ -52,7 +52,7 @@ mr02.example.nil. 3600 IN MR .
|
||||
mx01.example.nil. 3600 IN MX 10 mail.example.nil.
|
||||
mx02.example.nil. 3600 IN MX 10 .
|
||||
naptr01.example.nil. 3600 IN NAPTR 0 0 "" "" "" .
|
||||
naptr02.example.nil. 3600 IN NAPTR 65535 65535 "blurgh" "blorf" "blegh" foo.
|
||||
naptr02.example.nil. 3600 IN NAPTR 65535 65535 "blurgh" "blorf" "blllbb" foo.
|
||||
ns1.example.nil. 300 IN A 10.53.0.1
|
||||
ns2.example.nil. 300 IN A 10.53.0.2
|
||||
nsap-ptr01.example.nil. 3600 IN NSAP-PTR .
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
; OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
||||
; PERFORMANCE OF THIS SOFTWARE.
|
||||
|
||||
; $Id: example1.db,v 1.8 2007/06/19 23:47:04 tbox Exp $
|
||||
; $Id: example1.db,v 1.9 2009/01/21 05:36:45 marka Exp $
|
||||
|
||||
$ORIGIN .
|
||||
$TTL 300 ; 5 minutes
|
||||
@@ -95,7 +95,7 @@ mr02 MR .
|
||||
mx01 MX 10 mail
|
||||
mx02 MX 10 .
|
||||
naptr01 NAPTR 0 0 "" "" "" .
|
||||
naptr02 NAPTR 65535 65535 "blurgh" "blorf" "blegh" foo.
|
||||
naptr02 NAPTR 65535 65535 "blurgh" "blorf" "blllbb" foo.
|
||||
nsap-ptr01 NSAP-PTR foo.
|
||||
NSAP-PTR .
|
||||
nsap01 NSAP 0x47000580005a0000000001e133ffffff00016100
|
||||
|
||||
Reference in New Issue
Block a user