Advertisement
Guest User

Untitled

a guest
Feb 8th, 2013
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.07 KB | None | 0 0
  1. Got a dns update request.
  2. All updates allowed.
  3. update count is 3
  4. Looking at record:
  5. discard_const(update): struct dns_res_rec
  6. name : 'aio1.corp.domain.com'
  7. rr_type : DNS_QTYPE_AAAA (0x1C)
  8. rr_class : DNS_QCLASS_ANY (0xFF)
  9. ttl : 0x00000000 (0)
  10. length : 0x0000 (0)
  11. rdata : union dns_rdata(case 0x1C)
  12. ipv6_record : (null)
  13. unexpected : DATA_BLOB length=0
  14. Looking at record:
  15. discard_const(update): struct dns_res_rec
  16. name : 'aio1.corp.domain.com'
  17. rr_type : DNS_QTYPE_A (0x1)
  18. rr_class : DNS_QCLASS_ANY (0xFF)
  19. ttl : 0x00000000 (0)
  20. length : 0x0000 (0)
  21. rdata : union dns_rdata(case 0x1)
  22. ipv4_record : (null)
  23. unexpected : DATA_BLOB length=0
  24. Looking at record:
  25. discard_const(update): struct dns_res_rec
  26. name : 'aio1.corp.domain.com'
  27. rr_type : DNS_QTYPE_A (0x1)
  28. rr_class : DNS_QCLASS_IN (0x1)
  29. ttl : 0x000004b0 (1200)
  30. length : 0x0004 (4)
  31. rdata : union dns_rdata(case 0x1)
  32. ipv4_record : 192.168.0.168
  33. unexpected : DATA_BLOB length=0
  34. Got a dns update request.
  35. All updates allowed.
  36. update count is 3
  37. Looking at record:
  38. discard_const(update): struct dns_res_rec
  39. name : 'aio1.corp.domain.com'
  40. rr_type : DNS_QTYPE_AAAA (0x1C)
  41. rr_class : DNS_QCLASS_ANY (0xFF)
  42. ttl : 0x00000000 (0)
  43. length : 0x0000 (0)
  44. rdata : union dns_rdata(case 0x1C)
  45. ipv6_record : (null)
  46. unexpected : DATA_BLOB length=0
  47. Looking at record:
  48. discard_const(update): struct dns_res_rec
  49. name : 'aio1.corp.domain.com'
  50. rr_type : DNS_QTYPE_A (0x1)
  51. rr_class : DNS_QCLASS_ANY (0xFF)
  52. ttl : 0x00000000 (0)
  53. length : 0x0000 (0)
  54. rdata : union dns_rdata(case 0x1)
  55. ipv4_record : (null)
  56. unexpected : DATA_BLOB length=0
  57. Looking at record:
  58. discard_const(update): struct dns_res_rec
  59. name : 'aio1.corp.domain.com'
  60. rr_type : DNS_QTYPE_A (0x1)
  61. rr_class : DNS_QCLASS_IN (0x1)
  62. ttl : 0x000004b0 (1200)
  63. length : 0x0004 (4)
  64. rdata : union dns_rdata(case 0x1)
  65. ipv4_record : 192.168.0.168
  66. unexpected : DATA_BLOB length=0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement