[BACK]Return to genzone.sh CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / external / mpl / bind / dist / bin / tests / system

Annotation of src/external/mpl/bind/dist/bin/tests/system/genzone.sh, Revision 1.1.1.4

1.1       christos    1: #!/bin/sh
                      2: #
                      3: # Copyright (C) Internet Systems Consortium, Inc. ("ISC")
                      4: #
                      5: # This Source Code Form is subject to the terms of the Mozilla Public
                      6: # License, v. 2.0. If a copy of the MPL was not distributed with this
                      7: # file, You can obtain one at http://mozilla.org/MPL/2.0/.
                      8: #
                      9: # See the COPYRIGHT file distributed with this work for additional
                     10: # information regarding copyright ownership.
                     11:
                     12: #
                     13: # Set up a test zone
                     14: #
                     15: # Usage: genzone.sh master-server-number slave-server-number...
                     16: #
                     17: # e.g., "genzone.sh 2 3 4" means ns2 is the master and ns3, ns4
                     18: # are slaves.
                     19: #
                     20:
                     21: master="$1"
                     22:
                     23: cat <<EOF
                     24: \$TTL 3600
                     25:
                     26: @              86400   IN SOA  ns${master} hostmaster (
                     27:                                        1397051952 ; "SER0"
                     28:                                        5
                     29:                                        5
                     30:                                        1814400
                     31:                                        3600 )
                     32: EOF
                     33:
                     34: for n
                     35: do
                     36:        cat <<EOF
                     37: @                      NS      ns${n}
                     38: ns${n}                 A       10.53.0.${n}
                     39: EOF
                     40: done
                     41:
                     42: cat <<\EOF
                     43:
                     44: ; type 1
                     45: a01                    A       0.0.0.0
                     46: a02                    A       255.255.255.255
                     47:
                     48: ; type 2
                     49: ; see NS records at top of file
                     50:
                     51: ; type 3
                     52: ; md01                 MD      madname
                     53: ;                      MD      .
                     54:
                     55: ; type 4
                     56: ; mf01                 MF      madname
                     57: ; mf01                 MF      .
                     58:
                     59: ; type 5
                     60: cname01                        CNAME   cname-target.
                     61: cname02                        CNAME   cname-target
                     62: cname03                        CNAME   .
                     63:
                     64: ; type 6
                     65: ; see SOA record at top of file
                     66:
                     67: ; type 7
                     68: mb01                   MG      madname
                     69: mb02                   MG      .
                     70:
                     71: ; type 8
                     72: mg01                   MG      mgmname
                     73: mg02                   MG      .
                     74:
                     75: ; type 9
                     76: mr01                   MR      mrname
                     77: mr02                   MR      .
                     78:
                     79: ; type 10
                     80: ; NULL RRs are not allowed in master files per RFC1035.
                     81: ;null01                        NULL
                     82:
                     83: ; type 11
                     84: wks01                  WKS     10.0.0.1 tcp telnet ftp 0 1 2
                     85: wks02                  WKS     10.0.0.1 udp domain 0 1 2
                     86: wks03                  WKS     10.0.0.2 tcp 65535
                     87:
                     88: ; type 12
                     89: ptr01                  PTR     @
                     90:
                     91: ; type 13
                     92: hinfo01                        HINFO   "Generic PC clone" "NetBSD-1.4"
                     93: hinfo02                        HINFO   PC NetBSD
                     94:
                     95: ; type 14
                     96: minfo01                        MINFO   rmailbx emailbx
                     97: minfo02                        MINFO   . .
                     98:
                     99: ; type 15
                    100: mx01                   MX      10 mail
                    101: mx02                   MX      10 .
                    102:
                    103: ; type 16
                    104: txt01                  TXT     "foo"
                    105: txt02                  TXT     "foo" "bar"
                    106: txt03                  TXT     foo
                    107: txt04                  TXT     foo bar
                    108: txt05                  TXT     "foo bar"
                    109: txt06                  TXT     "foo\032bar"
                    110: txt07                  TXT     foo\032bar
                    111: txt08                  TXT     "foo\010bar"
                    112: txt09                  TXT     foo\010bar
                    113: txt10                  TXT     foo\ bar
                    114: txt11                  TXT     "\"foo\""
                    115: txt12                  TXT     \"foo\"
                    116: txt13                  TXT     "foo;"
                    117: txt14                  TXT     "foo\;"
                    118: txt15                  TXT     "bar\\;"
                    119:
                    120: ; type 17
                    121: rp01                   RP      mbox-dname txt-dname
                    122: rp02                   RP      . .
                    123:
                    124: ; type 18
                    125: afsdb01                        AFSDB   0 hostname
                    126: afsdb02                        AFSDB   65535 .
                    127:
                    128: ; type 19
                    129: x2501                  X25     123456789
                    130: ;x2502                 X25     "123456789"
                    131:
                    132: ; type 20
                    133: isdn01                 ISDN    "isdn-address"
                    134: isdn02                 ISDN    "isdn-address" "subaddress"
                    135: isdn03                 ISDN    isdn-address
                    136: isdn04                 ISDN    isdn-address subaddress
                    137:
                    138: ; type 21
                    139: rt01                   RT      0 intermediate-host
                    140: rt02                   RT      65535 .
                    141:
                    142: ; type 22
                    143: nsap01                 NSAP    (
                    144:        0x47.0005.80.005a00.0000.0001.e133.ffffff000161.00 )
                    145: nsap02                 NSAP    (
                    146:        0x47.0005.80.005a00.0000.0001.e133.ffffff000161.00. )
                    147: ;nsap03                        NSAP    0x
                    148:
                    149: ; type 23
                    150: nsap-ptr01             NSAP-PTR foo.
                    151: nsap-ptr01             NSAP-PTR .
                    152:
                    153: ; type 24
                    154: ;sig01                 SIG     NXT 1 3 ( 3600 20000102030405
                    155: ;                              19961211100908 2143 foo.nil.
                    156: ;                              MxFcby9k/yvedMfQgKzhH5er0Mu/vILz45I
                    157: ;                              kskceFGgiWCn/GxHhai6VAuHAoNUz4YoU1t
                    158: ;                              VfSCSqQYn6//11U6Nld80jEeC8aTrO+KKmCaY= )
                    159:
                    160: ; type 25
                    161: ;key01                 KEY     512 ( 255 1 AQMFD5raczCJHViKtLYhWGz8hMY
                    162: ;                              9UGRuniJDBzC7w0aRyzWZriO6i2odGWWQVucZqKV
                    163: ;                              sENW91IOW4vqudngPZsY3GvQ/xVA8/7pyFj6b7Esg
                    164: ;                              a60zyGW6LFe9r8n6paHrlG5ojqf0BaqHT+8= )
                    165:
                    166: ; type 26
                    167: px01                   PX      65535 foo. bar.
                    168: px02                   PX      65535 . .
                    169:
                    170: ; type 27
                    171: gpos01                 GPOS    -22.6882 116.8652 250.0
                    172: gpos02                 GPOS    "" "" ""
                    173:
                    174: ; type 28
                    175: aaaa01                 AAAA    ::1
                    176: aaaa02                 AAAA    fd92:7065:b8e:ffff::5
                    177:
                    178: ; type 29
                    179: loc01                  LOC     60 9 N 24 39 E 10 20 2000 20
                    180: loc02                  LOC     60 09 00.000 N 24 39 00.000 E 10.00m 20.00m (
                    181:                                  2000.00m 20.00m )
                    182:
                    183: ; type 30
                    184: ;nxt01                 NXT     a.secure.nil. ( NS SOA MX RRSIG KEY LOC NXT )
                    185: ;nxt02                 NXT     . NXT NSAP-PTR
                    186: ;nxt03                 NXT     . 1
                    187: ;nxt04                 NXT     . 127
                    188:
1.1.1.2   christos  189: ; type 31
                    190: eid01                  EID     12 89 AB
                    191:
                    192: ; type 32
                    193: nimloc01               NIMLOC  12 89 AB
1.1       christos  194:
                    195: ; type 33
1.1.1.2   christos  196: srv01                  SRV     0 0 0 .
                    197: srv02                  SRV     65535 65535 65535  old-slow-box
1.1       christos  198:
1.1.1.2   christos  199: ; type 34
                    200: atma01                 ATMA    +61200000000
                    201: atma02                 ATMA    +61.2.0000.0000
                    202: atma03                 ATMA    1234567890abcdef
                    203: atma04                 ATMA    f.e.d.c.b.a.0.9.8.7.6.5.4.3.2.1
1.1       christos  204:
                    205: ; type 35
                    206: naptr01                        NAPTR   0 0 "" "" "" .
                    207: naptr02                        NAPTR   65535 65535 blurgh blorf blllbb foo.
                    208: naptr02                        NAPTR   65535 65535 "blurgh" "blorf" "blllbb" foo.
                    209:
                    210: ; type 36
                    211: kx01                   KX      10 kdc
                    212: kx02                   KX      10 .
                    213:
                    214: ; type 37
                    215: cert01                 CERT    65534 65535 254 (
                    216:                                MxFcby9k/yvedMfQgKzhH5er0Mu/vILz45I
                    217:                                kskceFGgiWCn/GxHhai6VAuHAoNUz4YoU1t
                    218:                                VfSCSqQYn6//11U6Nld80jEeC8aTrO+KKmCaY= )
                    219: ; type 38
                    220: a601                   A6      0 ffff:ffff:ffff:ffff:ffff:ffff:ffff:ffff
                    221: a601                   A6      64 ::ffff:ffff:ffff:ffff foo.
                    222: a601                   A6      127 ::1 foo.
                    223: a601                   A6      128 .
                    224:
                    225: ; type 39
                    226: dname01                        DNAME   dname-target.
                    227: dname02                        DNAME   dname-target
                    228: dname03                        DNAME   .
                    229:
                    230: ; type 40
                    231: sink01                 SINK    1 0 0
                    232: sink02                 SINK    8 0 2 l4ik
                    233:
                    234: ; type 41
                    235: ; OPT is a meta-type and should never occur in master files.
                    236:
                    237: ; type 42
                    238: apl01                  APL     !1:10.0.0.1/32 1:10.0.0.0/24
1.1.1.2   christos  239: apl02                  APL
1.1       christos  240:
                    241: ; type 43
                    242: ds01                   DS      12892 5 2 26584835CA80C81C91999F31CFAF2A0E89D4FF1C8FAFD0DDB31A85C7 19277C13
                    243: ds01                   NS      ns42
                    244: ds02                   DS      12892 5 1 7AA4A3F416C2F2391FB7AB0D434F762CD62D1390
                    245: ds02                   NS      ns43
                    246:
                    247: ; type 44
                    248: sshfp01                        SSHFP   4 2 C76D8329954DA2835751E371544E963EFDA099080D6C58DD2BFD9A31 6E162C83
                    249: sshfp02                        SSHFP   1 2 BF29468C83AC58CCF8C85AB7B3BEB054ECF1E38512B8353AB36471FA 88961DCC
                    250:
                    251: ; type 45
                    252: ipseckey01             IPSECKEY        10 1 2 192.0.2.38 AQNRU3mG7TVTO2BkR47usntb102uFJtugbo6BSGvgqt4AQ==
                    253: ipseckey02             IPSECKEY        10 0 2 . AQNRU3mG7TVTO2BkR47usntb102uFJtugbo6BSGvgqt4AQ==
                    254: ipseckey03             IPSECKEY        ( 10 1 2
                    255:                                          192.0.2.3
                    256:                                          AQNRU3mG7TVTO2BkR47usntb102uFJtugbo6BSGvgqt4AQ== )
                    257: ipseckey04             IPSECKEY        ( 10 3 2
                    258:                                          mygateway.example.com.
                    259:                                          AQNRU3mG7TVTO2BkR47usntb102uFJtugbo6BSGvgqt4AQ== )
                    260:
                    261: ipseckey05             IPSECKEY        ( 10 2 2
                    262:                                          2001:0DB8:0:8002::2000:1
                    263:                                          AQNRU3mG7TVTO2BkR47usntb102uFJtugbo6BSGvgqt4AQ== )
                    264:
                    265: ; type 46
                    266: rrsig01                        RRSIG   NSEC 1 3 ( 3600 20000102030405
                    267:                                19961211100908 2143 foo.nil.
                    268:                                MxFcby9k/yvedMfQgKzhH5er0Mu/vILz45I
                    269:                                kskceFGgiWCn/GxHhai6VAuHAoNUz4YoU1t
                    270:                                VfSCSqQYn6//11U6Nld80jEeC8aTrO+KKmCaY= )
                    271:
                    272: ; type 47
                    273: nsec01                 NSEC    a.secure.nil. ( NS SOA MX RRSIG DNSKEY LOC NSEC )
                    274: nsec02                 NSEC    . NSEC NSAP-PTR
                    275: nsec03                 NSEC    . TYPE1
                    276: nsec04                 NSEC    . TYPE127
                    277:
                    278: ; type 48
                    279: dnskey01               DNSKEY  512 ( 255 1 AQMFD5raczCJHViKtLYhWGz8hMY
                    280:                                9UGRuniJDBzC7w0aRyzWZriO6i2odGWWQVucZqKV
                    281:                                sENW91IOW4vqudngPZsY3GvQ/xVA8/7pyFj6b7Esg
                    282:                                a60zyGW6LFe9r8n6paHrlG5ojqf0BaqHT+8= )
                    283:
                    284: ; type 49
                    285: dhcid01                        DHCID   ( AAIBY2/AuCccgoJbsaxcQc9TUapptP69l
                    286:                                  OjxfNuVAA2kjEA= )
                    287: dhcid02                        DHCID   ( AAEBOSD+XR3Os/0LozeXVqcNc7FwCfQdW
                    288:                                  L3b/NaiUDlW2No= )
                    289: dhcid03                        DHCID   ( AAABxLmlskllE0MVjd57zHcWmEH3pCQ6V
                    290:                                  ytcKD//7es/deY= )
                    291:
                    292: ; type 50
                    293: 8f1tmio9avcom2k0frp92lgcumak0cad       NSEC3 1 0 10 D2CF0294C020CE6C 8FPNS2UCT7FBS643THP2B77PEQ77K6IU  A NS SOA MX AAAA RRSIG DNSKEY NSEC3PARAM
                    294: kcd3juae64f9c5csl1kif1htaui7un0g       NSEC3 1 0 10 D2CF0294C020CE6C KD5MN2M20340DGO0BL7NTSB8JP4BSC7E
                    295: mr5ukvsk1l37btu4q7b1dfevft4hkqdk       NSEC3 1 0 10 D2CF0294C020CE6C MT38J6VG7S0SN5G17MCUF6IQIKFUAJ05  A AAAA RRSIG
                    296:
                    297: ; type 51
                    298: ; @                    NSEC3PARAM 1 0 1 868BCF7ED4108929
                    299:
                    300: ; type 52
                    301: tlsa                   TLSA    ( 1 1 2 92003ba34942dc74152e2f2c408d29ec
                    302:                                a5a520e7f2e06bb944f4dca346baf63c
                    303:                                1b177615d466f6c4b71c216a50292bd5
                    304:                                8c9ebdd2f74e38fe51ffd48c43326cbc )
                    305:
                    306: ; type 53
                    307: smimea                 SMIMEA  ( 1 1 2 92003ba34942dc74152e2f2c408d29ec
                    308:                                a5a520e7f2e06bb944f4dca346baf63c
                    309:                                1b177615d466f6c4b71c216a50292bd5
                    310:                                8c9ebdd2f74e38fe51ffd48c43326cbc )
                    311:
                    312: ; type 54 (unassigned)
                    313:
                    314: ; type 55
                    315: hip1                   HIP     ( 2 200100107B1A74DF365639CC39F1D578
                    316:                                AwEAAbdxyhNuSutc5EMzxTs9LBPCIkOFH8cIvM4p9+LrV4e19WzK00+CI6zBCQTdtWsuxKbWIy87UOoJTwkUs7lBu+Upr1gsNrut79ryra+bSRGQb1slImA8YVJyuIDsj7kwzG7jnERNqnWxZ48AWkskmdHaVDP4BcelrTI3rMXdXF5D )
                    317:
                    318: hip2                   HIP     ( 2 200100107B1A74DF365639CC39F1D578
                    319:                                 AwEAAbdxyhNuSutc5EMzxTs9LBPCIkOFH8cIvM4p9+LrV4e19WzK00+CI6zBCQTdtWsuxKbWIy87UOoJTwkUs7lBu+Upr1gsNrut79ryra+bSRGQb1slImA8YVJyuIDsj7kwzG7jnERNqnWxZ48AWkskmdHaVDP4BcelrTI3rMXdXF5D
                    320:                                rvs.example.com. )
                    321:
                    322: ; type 56
                    323: ninfo01                        NINFO   "foo"
                    324: ninfo02                        NINFO   "foo" "bar"
                    325: ninfo03                        NINFO   foo
                    326: ninfo04                        NINFO   foo bar
                    327: ninfo05                        NINFO   "foo bar"
                    328: ninfo06                        NINFO   "foo\032bar"
                    329: ninfo07                        NINFO   foo\032bar
                    330: ninfo08                        NINFO   "foo\010bar"
                    331: ninfo09                        NINFO   foo\010bar
                    332: ninfo10                        NINFO   foo\ bar
                    333: ninfo11                        NINFO   "\"foo\""
                    334: ninfo12                        NINFO   \"foo\"
                    335: ninfo13                        NINFO   "foo;"
                    336: ninfo14                        NINFO   "foo\;"
                    337: ninfo15                        NINFO   "bar\\;"
                    338:
                    339: ; type 57
1.1.1.4 ! christos  340: rkey01                 RKEY    0 ( 255 1 AQMFD5raczCJHViKtLYhWGz8hMY
1.1       christos  341:                                9UGRuniJDBzC7w0aRyzWZriO6i2odGWWQVucZqKV
                    342:                                sENW91IOW4vqudngPZsY3GvQ/xVA8/7pyFj6b7Esg
                    343:                                a60zyGW6LFe9r8n6paHrlG5ojqf0BaqHT+8= )
                    344:
                    345: ; type 58
                    346: talink0                        TALINK  . talink1
                    347: talink1                        TALINK  talink0 talink2
                    348: talink2                        TALINK  talink2 .
                    349:
                    350: ; type 59
                    351: cds01                  CDS     30795 1 1 (
                    352:                                        310D27F4D82C1FC2400704EA9939FE6E1CEA
                    353:                                        A3B9 )
                    354:
                    355: ; type 60
                    356: cdnskey01              CDNSKEY 512 ( 255 1 AQMFD5raczCJHViKtLYhWGz8hMY
                    357:                                9UGRuniJDBzC7w0aRyzWZriO6i2odGWWQVucZqKV
                    358:                                sENW91IOW4vqudngPZsY3GvQ/xVA8/7pyFj6b7Esg
                    359:                                a60zyGW6LFe9r8n6paHrlG5ojqf0BaqHT+8= )
                    360:
                    361: ; type 61
                    362: openpgpkey             OPENPGPKEY      ( AQMFD5raczCJHViKtLYhWGz8hMY
                    363:                                9UGRuniJDBzC7w0aRyzWZriO6i2odGWWQVucZqKV
                    364:                                sENW91IOW4vqudngPZsY3GvQ/xVA8/7pyFj6b7Esg
                    365:                                a60zyGW6LFe9r8n6paHrlG5ojqf0BaqHT+8= )
                    366:
                    367: ;type  62
                    368: csync01                        CSYNC   0 0 A NS AAAA
                    369: csync02                        CSYNC   0 0
                    370:
1.1.1.3   christos  371: ;type  63
                    372: zonemd01               ZONEMD  2019020700 1 0 (
                    373:                                 C220B8A6ED5728A971902F7E3D4FD93A
                    374:                                 DEEA88B0453C2E8E8C863D465AB06CF3
                    375:                                 4EB95B266398C98B59124FA239CB7EEB
                    376:                                )
                    377:
                    378: ; type 64 -- 98 (unassigned)
1.1       christos  379:
                    380: ; type 99
                    381: spf01                  SPF     "v=spf1 -all"
                    382: spf02                  SPF     "v=spf1" " -all"
                    383:
1.1.1.2   christos  384: ; type 100 (UINFO - not implemented by BIND - unknown record format only)
                    385: uinfo01                        UINFO   \# 1 01
                    386:
                    387: ; type 101 (UID - not implemented by BIND - unknown record format only)
                    388: uid01                  UID     \# 1 02
                    389:
                    390: ; type 102 (GID - not implemented by BIND - unknown record format only)
                    391: gid01                  GID     \# 1 03
1.1       christos  392:
1.1.1.4 ! christos  393: ; type 103 (UNSPEC - not implemented by BIND - unknown record format only)
        !           394: unspec01               UNSPEC  \# 1 04
1.1       christos  395:
                    396: ; type 104
                    397: nid                    NID     10 0014:4fff:ff20:ee64
                    398:
                    399: ; type 105
                    400: l32                    L32     10 1.2.3.4
                    401:
                    402: ; type 106
                    403: l64                    L64     10 0014:4fff:ff20:ee64
                    404:
                    405: ; type 107
                    406: lp                     LP      10 example.net.
                    407:
                    408: ; type 108
                    409: eui48                  EUI48   01-23-45-67-89-ab
                    410:
                    411: ; type 109
                    412: eui64                  EUI64   01-23-45-67-89-ab-cd-ef
                    413:
                    414: ; type 110 -- 248 (unassigned)
                    415:
                    416: ; type 249
                    417: ; TKEY is a meta-type and should never occur in master files.
                    418: ; The text representation is not specified in the draft.
                    419: ; This example was written based on the bind9 RR parsing code.
                    420: ;tkey01                        TKEY    928321914 928321915 (
                    421: ;                              255             ; algorithm
                    422: ;                              65535           ; mode
                    423: ;                              0               ; error
                    424: ;                              3               ; key size
                    425: ;                              aaaa            ; key data
                    426: ;                              3               ; other size
                    427: ;                              bbbb            ; other data
                    428: ;                              )
                    429: ;; A TKEY with empty "other data"
                    430: ;tkey02                        TKEY    928321914 928321915 (
                    431: ;                              255             ; algorithm
                    432: ;                              65535           ; mode
                    433: ;                              0               ; error
                    434: ;                              3               ; key size
                    435: ;                              aaaa            ; key data
                    436: ;                              0               ; other size
                    437: ;                                              ; other data
                    438: ;                              )
                    439:
                    440: ; type 255
                    441: ; * is a meta-type and should never occur in master files.
                    442:
                    443: ; type 256
                    444: uri01                  URI     10 20 "https://www.isc.org/"
                    445: uri02                  URI     30 40 "https://www.isc.org/HolyCowThisSureIsAVeryLongURIRecordIDontEvenKnowWhatSomeoneWouldEverWantWithSuchAThingButTheSpecificationRequiresThatWesupportItSoHereWeGoTestingItLaLaLaLaLaLaLaSeriouslyThoughWhyWouldYouEvenConsiderUsingAURIThisLongItSeemsLikeASillyIdeaButEnhWhatAreYouGonnaDo/"
                    446: uri03                  URI     30 40 ""
                    447:
                    448: ; type 257
                    449: caa01                  CAA     0 issue "ca.example.net; policy=ev"
                    450: caa02                  CAA     128 tbs "Unknown"
                    451: caa03                  CAA     128 tbs ""
                    452:
                    453: ; type 258
                    454: avc                    AVC     foo:bar
                    455:
                    456: ; type 259
                    457: doa01                  DOA     ( 1234567890 1234567890 1 "image/gif"
                    458:                                  R0lGODlhKAAZAOMCAGZmZgBmmf///zOZzMz//5nM/zNmmWbM/5nMzMzMzACZ////
                    459:                                  /////////////////yH5BAEKAA8ALAAAAAAoABkAAATH8IFJK5U2a4337F5ogRkp
                    460:                                  noCJrly7PrCKyh8c3HgAhzT35MDbbtO7/IJIHbGiOiaTxVTpSVWWLqNq1UVyapNS
                    461:                                  1wd3OAxug0LhnCubcVhsxysQnOt4ATpvvzHlFzl1AwODhWeFAgRpen5/UhheAYMF
                    462:                                  dUB4SFcpGEGGdQeCAqBBLTuSk30EeXd9pEsAbKGxjHqDSE0Sp6ixN4N1BJmbc7lI
                    463:                                  hmsBich1awPAjkY1SZR8bJWrz382SGqIBQQFQd4IsUTaX+ceuudPEQA7 )
                    464: doa02                  DOA     0 1 2 "" aHR0cHM6Ly93d3cuaXNjLm9yZy8=
                    465:
1.1.1.3   christos  466: ; type 260
                    467: amtrelay01             AMTRELAY 0 0 0
                    468: amtrelay02             AMTRELAY 0 1 0
                    469: amtrelay03             AMTRELAY 0 0 1 0.0.0.0
                    470: amtrelay04             AMTRELAY 0 0 2 ::
                    471: amtrelay05             AMTRELAY 0 0 3 example.net.
                    472: amtrelay06             AMTRELAY \# 2 0004
                    473:
                    474: ; type 261 -- 32767 (unassigned)
1.1       christos  475:
                    476: ; type 32768
                    477: ta                     TA      30795 1 1 (
                    478:                                        310D27F4D82C1FC2400704EA9939FE6E1CEA
                    479:                                        A3B9 )
                    480:
                    481: ; type 32769
                    482: dlv                    DLV     30795 1 1 (
                    483:                                        310D27F4D82C1FC2400704EA9939FE6E1CEA
                    484:                                        A3B9 )
                    485:
                    486: ; type 32770 -- 65279 (unassigned)
                    487:
                    488: ; type 65280-65534 (private use)
                    489:
                    490: ; keydata (internal type used for managed-keys)
                    491: keydata                        TYPE65533       \# 0
                    492: keydata                        TYPE65533       \# 6 010203040506
                    493: keydata                        TYPE65533       \# 18 010203040506010203040506010203040506
                    494:
                    495: ; type 65535 (reserved)
                    496:
                    497: EOF

CVSweb <webmaster@jp.NetBSD.org>