-
Notifications
You must be signed in to change notification settings - Fork 921
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add 'a' and 's' flags NAPTR tests to exercize previous commit.
- Loading branch information
1 parent
d842ba6
commit 9f1f552
Showing
9 changed files
with
33 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
#!/bin/sh | ||
cleandig enum.test.com NAPTR | ||
|
||
cleandig ensm.test.com NAPTR | ||
cleandig enam.test.com NAPTR |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,13 @@ | ||
0 enum.test.com. 3600 IN NAPTR 100 50 "u" "e2u+sip" "" testuser.domain.com. | ||
0 enum.test.com. 3600 IN NAPTR 100 50 "u" "e2u+sip" "" server1.test.com. | ||
Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 | ||
Reply to question for qname='enum.test.com.', qtype=NAPTR | ||
0 ensm.test.com. 3600 IN NAPTR 100 50 "s" "e2u+sip" "" _double._tcp.dc.test.com. | ||
2 _double._tcp.dc.test.com. 3600 IN SRV 0 100 389 server1.test.com. | ||
2 _double._tcp.dc.test.com. 3600 IN SRV 1 100 389 server1.test.com. | ||
2 server1.test.com. 3600 IN A 1.2.3.4 | ||
Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 | ||
Reply to question for qname='ensm.test.com.', qtype=NAPTR | ||
0 enam.test.com. 3600 IN NAPTR 100 50 "a" "e2u+sip" "" server1.test.com. | ||
2 server1.test.com. 3600 IN A 1.2.3.4 | ||
Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 | ||
Reply to question for qname='enam.test.com.', qtype=NAPTR |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters