File: 44_EUI64.in

package info (click to toggle)
knot 3.5.3-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 16,880 kB
  • sloc: ansic: 154,039; sh: 5,963; python: 1,141; makefile: 818
file content (22 lines) | stat: -rw-r--r-- 772 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
$ORIGIN	.
$TTL	1

; OK
@	EUI64	00-00-00-00-00-00-00-00		; The simplest case
@	EUI64	FF-FF-FF-FF-FF-FF-FF-FF		; The maximal case
@	EUI64	aa-bb-cc-dd-ee-ff-01-02		; Lower-case
@	EUI64	\# 8 0000000000000000		; Hexadecimal rdata
@	TYPE109	\# 8 0000000000000000		; TYPE + Hexadecimal rdata
@	TYPE109	00-00-00-00-00-00-00-00		; TYPE
@	eui64	00-00-00-00-00-00-00-00		; Type in lower-case

; KO
@	EUI64
@	EUI64					; Empty rdata
@	EUI64	\# 0				; Hex empty rdata
@	EUI64	00-00-00-00-00-00-00		; Too few hex pairs
@	EUI64	00-00-00-00-00-00-00-00-00	; Too many hex pairs
@	EUI64	00-00-00-00-00-00-00-0		; Missing char in a hex pair
@	EUI64	00:00-00-00-00-00-00-00		; Bad separator
@	EUI64	00-00-00-x0-00-00-00-00		; Bad character
@	EUI64	00-00-00-00-00-00-00-00 x	; Unexpected item