]> granicus.if.org Git - pdns/commitdiff
Change EUI48 and 64 values to - delimited instead of :
authorAki Tuomi <cmouse@desteem.org>
Fri, 10 May 2013 10:49:25 +0000 (13:49 +0300)
committerAki Tuomi <cmouse@desteem.org>
Fri, 10 May 2013 10:49:25 +0000 (13:49 +0300)
regression-tests/basic-eui48/expected_result
regression-tests/basic-eui64/expected_result
regression-tests/example.com

index 73591d79c203cf0c868006fe28a1c718f6f98750..f3ea59eb7b9d9df98f38207a2adb666054a432b2 100644 (file)
@@ -1,3 +1,3 @@
-0      host-0.example.com.     IN      EUI48   120     00:50:56:9b:00:e7
+0      host-0.example.com.     IN      EUI48   120     00-50-56-9b-00-e7
 Rcode: 0, RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0
 Reply to question for qname='host-0.example.com.', qtype=EUI48
index c8a0389d2c8b92a9362b0b06fca98b909931983b..ee401dc5d9c2e69481046a5a486ac51c63bc456b 100644 (file)
@@ -1,3 +1,3 @@
-0      host-1.example.com.     IN      EUI64   120     00:50:56:9b:00:e7:7e:57
+0      host-1.example.com.     IN      EUI64   120     00-50-56-9b-00-e7-7e-57
 Rcode: 0, RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0
 Reply to question for qname='host-1.example.com.', qtype=EUI64
index e9784adcfff774399c72d02f663065d8fe6ddb2e..3ab717b283460cb635698535eebee58af1b52035 100644 (file)
@@ -20182,5 +20182,5 @@ host-19999      IN      A       192.168.1.31
 ;
 double                 IN      A       192.168.5.1
 
-host-0          IN   EUI48      00:50:56:9b:00:e7
-host-1          IN   EUI64      00:50:56:9b:00:e7:7e:57
+host-0          IN   EUI48      00-50-56-9b-00-e7
+host-1          IN   EUI64      00-50-56-9b-00-e7-7e-57