From: Aki Tuomi Date: Fri, 10 May 2013 10:49:25 +0000 (+0300) Subject: Change EUI48 and 64 values to - delimited instead of : X-Git-Tag: auth-3.3-rc1~84 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=203511227ca1b0a3d83c6a6fc1f64453ee4d8db5;p=thirdparty%2Fpdns.git Change EUI48 and 64 values to - delimited instead of : --- diff --git a/regression-tests/basic-eui48/expected_result b/regression-tests/basic-eui48/expected_result index 73591d79c2..f3ea59eb7b 100644 --- a/regression-tests/basic-eui48/expected_result +++ b/regression-tests/basic-eui48/expected_result @@ -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 diff --git a/regression-tests/basic-eui64/expected_result b/regression-tests/basic-eui64/expected_result index c8a0389d2c..ee401dc5d9 100644 --- a/regression-tests/basic-eui64/expected_result +++ b/regression-tests/basic-eui64/expected_result @@ -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 diff --git a/regression-tests/example.com b/regression-tests/example.com index e9784adcff..3ab717b283 100644 --- a/regression-tests/example.com +++ b/regression-tests/example.com @@ -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