aboutsummaryrefslogtreecommitdiff
path: root/rpkid.without_tls/doc/irdbd.eps
diff options
context:
space:
mode:
authorRob Austein <sra@hactrn.net>2010-09-16 21:30:30 +0000
committerRob Austein <sra@hactrn.net>2010-09-16 21:30:30 +0000
commitbe7b735fa44c0158d8ab0bc65157df45a7b45783 (patch)
tree87cfad3c536758d9eeaf96a3d16d2ad57ba5e7a5 /rpkid.without_tls/doc/irdbd.eps
parent46f13adda8ac616fa45410dc2e28a2dcc006e973 (diff)
Preliminary version of rpkid et al with all the TLS code ripped out.
Not quite ready for cutover yet, may need some conversion tools and instructions, but checking this into a branch (well, sort of) so that others can look at the code changes involved, try it out themselves, etc. At some point this will merge back into rpkid/ directory and there will be only one, without TLS, but converting the testbed is going to require a flag day, so need to keep the TLS version around until then. svn path=/rpkid.without_tls; revision=3449
Diffstat (limited to 'rpkid.without_tls/doc/irdbd.eps')
-rw-r--r--rpkid.without_tls/doc/irdbd.eps487
1 files changed, 487 insertions, 0 deletions
diff --git a/rpkid.without_tls/doc/irdbd.eps b/rpkid.without_tls/doc/irdbd.eps
new file mode 100644
index 00000000..dea88b6c
--- /dev/null
+++ b/rpkid.without_tls/doc/irdbd.eps
@@ -0,0 +1,487 @@
+%!PS-Adobe-3.0 EPSF-3.0
+%%Creator: graphviz version 2.26.3 (20100126.1600)
+%%Title: test
+%%Pages: 1
+%%BoundingBox: 36 36 666 308
+%%EndComments
+save
+%%BeginProlog
+/DotDict 200 dict def
+DotDict begin
+
+/setupLatin1 {
+mark
+/EncodingVector 256 array def
+ EncodingVector 0
+
+ISOLatin1Encoding 0 255 getinterval putinterval
+EncodingVector 45 /hyphen put
+
+% Set up ISO Latin 1 character encoding
+/starnetISO {
+ dup dup findfont dup length dict begin
+ { 1 index /FID ne { def }{ pop pop } ifelse
+ } forall
+ /Encoding EncodingVector def
+ currentdict end definefont
+} def
+/Times-Roman starnetISO def
+/Times-Italic starnetISO def
+/Times-Bold starnetISO def
+/Times-BoldItalic starnetISO def
+/Helvetica starnetISO def
+/Helvetica-Oblique starnetISO def
+/Helvetica-Bold starnetISO def
+/Helvetica-BoldOblique starnetISO def
+/Courier starnetISO def
+/Courier-Oblique starnetISO def
+/Courier-Bold starnetISO def
+/Courier-BoldOblique starnetISO def
+cleartomark
+} bind def
+
+%%BeginResource: procset graphviz 0 0
+/coord-font-family /Times-Roman def
+/default-font-family /Times-Roman def
+/coordfont coord-font-family findfont 8 scalefont def
+
+/InvScaleFactor 1.0 def
+/set_scale {
+ dup 1 exch div /InvScaleFactor exch def
+ scale
+} bind def
+
+% styles
+/solid { [] 0 setdash } bind def
+/dashed { [9 InvScaleFactor mul dup ] 0 setdash } bind def
+/dotted { [1 InvScaleFactor mul 6 InvScaleFactor mul] 0 setdash } bind def
+/invis {/fill {newpath} def /stroke {newpath} def /show {pop newpath} def} bind def
+/bold { 2 setlinewidth } bind def
+/filled { } bind def
+/unfilled { } bind def
+/rounded { } bind def
+/diagonals { } bind def
+
+% hooks for setting color
+/nodecolor { sethsbcolor } bind def
+/edgecolor { sethsbcolor } bind def
+/graphcolor { sethsbcolor } bind def
+/nopcolor {pop pop pop} bind def
+
+/beginpage { % i j npages
+ /npages exch def
+ /j exch def
+ /i exch def
+ /str 10 string def
+ npages 1 gt {
+ gsave
+ coordfont setfont
+ 0 0 moveto
+ (\() show i str cvs show (,) show j str cvs show (\)) show
+ grestore
+ } if
+} bind def
+
+/set_font {
+ findfont exch
+ scalefont setfont
+} def
+
+% draw text fitted to its expected width
+/alignedtext { % width text
+ /text exch def
+ /width exch def
+ gsave
+ width 0 gt {
+ [] 0 setdash
+ text stringwidth pop width exch sub text length div 0 text ashow
+ } if
+ grestore
+} def
+
+/boxprim { % xcorner ycorner xsize ysize
+ 4 2 roll
+ moveto
+ 2 copy
+ exch 0 rlineto
+ 0 exch rlineto
+ pop neg 0 rlineto
+ closepath
+} bind def
+
+/ellipse_path {
+ /ry exch def
+ /rx exch def
+ /y exch def
+ /x exch def
+ matrix currentmatrix
+ newpath
+ x y translate
+ rx ry scale
+ 0 0 1 0 360 arc
+ setmatrix
+} bind def
+
+/endpage { showpage } bind def
+/showpage { } def
+
+/layercolorseq
+ [ % layer color sequence - darkest to lightest
+ [0 0 0]
+ [.2 .8 .8]
+ [.4 .8 .8]
+ [.6 .8 .8]
+ [.8 .8 .8]
+ ]
+def
+
+/layerlen layercolorseq length def
+
+/setlayer {/maxlayer exch def /curlayer exch def
+ layercolorseq curlayer 1 sub layerlen mod get
+ aload pop sethsbcolor
+ /nodecolor {nopcolor} def
+ /edgecolor {nopcolor} def
+ /graphcolor {nopcolor} def
+} bind def
+
+/onlayer { curlayer ne {invis} if } def
+
+/onlayers {
+ /myupper exch def
+ /mylower exch def
+ curlayer mylower lt
+ curlayer myupper gt
+ or
+ {invis} if
+} def
+
+/curlayer 0 def
+
+%%EndResource
+%%EndProlog
+%%BeginSetup
+14 default-font-family set_font
+1 setmiterlimit
+% /arrowlength 10 def
+% /arrowwidth 5 def
+
+% make sure pdfmark is harmless for PS-interpreters other than Distiller
+/pdfmark where {pop} {userdict /pdfmark /cleartomark load put} ifelse
+% make '<<' and '>>' safe on PS Level 1 devices
+/languagelevel where {pop languagelevel}{1} ifelse
+2 lt {
+ userdict (<<) cvn ([) cvn load put
+ userdict (>>) cvn ([) cvn load put
+} if
+
+%%EndSetup
+setupLatin1
+%%Page: 1 1
+%%PageBoundingBox: 36 36 666 308
+%%PageOrientation: Portrait
+0 0 1 beginpage
+gsave
+36 36 630 272 boxprim clip newpath
+1 1 set_scale 0 rotate 40 41 translate
+% node1
+gsave
+0 0 1 nodecolor
+newpath 96 151 moveto
+96 263 lineto
+304 263 lineto
+304 151 lineto
+closepath fill
+1 setlinewidth
+filled
+0 0 0 nodecolor
+newpath 96 151 moveto
+96 263 lineto
+304 263 lineto
+304 151 lineto
+closepath stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+173.5 246.4 moveto 53 (registrant) alignedtext
+1 setlinewidth
+filled
+0 0 0 nodecolor
+newpath 96 239 moveto
+304 239 lineto
+stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+104 222.4 moveto 152 (registrant_id SERIAL [PK]) alignedtext
+0 0 0 nodecolor
+14 /Times-Roman set_font
+104 206.4 moveto 189 (registrant_handle VARCHAR [U]) alignedtext
+0 0 0 nodecolor
+14 /Times-Roman set_font
+104 190.4 moveto 151 (registrant_name TEXT [N]) alignedtext
+0 0 0 nodecolor
+14 /Times-Roman set_font
+104 174.4 moveto 192 (registry_handle VARCHAR [U,N]) alignedtext
+0 0 0 nodecolor
+14 /Times-Roman set_font
+104 158.4 moveto 133 (valid_until DATETIME) alignedtext
+grestore
+% node2
+gsave
+0 0 1 nodecolor
+newpath 0 9 moveto
+0 105 lineto
+194 105 lineto
+194 9 lineto
+closepath fill
+1 setlinewidth
+filled
+0 0 0 nodecolor
+newpath 0 9 moveto
+0 105 lineto
+194 105 lineto
+194 9 lineto
+closepath stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+57.5 88.4 moveto 79 (registrant_asn) alignedtext
+1 setlinewidth
+filled
+0 0 0 nodecolor
+newpath 0 81 moveto
+194 81 lineto
+stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+8 64.4 moveto 178 (registrant_asn_id SERIAL [PK]) alignedtext
+0 0 0 nodecolor
+14 /Times-Roman set_font
+8 48.4 moveto 94 (start_as BIGINT) alignedtext
+0 0 0 nodecolor
+14 /Times-Roman set_font
+8 32.4 moveto 90 (end_as BIGINT) alignedtext
+0 0 0 nodecolor
+14 /Times-Roman set_font
+8 16.4 moveto 151 (registrant_id BIGINT [FK]) alignedtext
+grestore
+% node1->node2
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 161.35 150.72 moveto
+153.01 138.56 144.18 125.7 135.82 113.53 curveto
+stroke
+0 0 0 edgecolor
+newpath 135.78 113.48 moveto
+133.83 102.69 lineto
+132.95 109.36 lineto
+130.12 105.24 lineto
+130.12 105.24 lineto
+130.12 105.24 lineto
+132.95 109.36 lineto
+126.41 107.79 lineto
+135.78 113.48 lineto
+closepath fill
+1 setlinewidth
+solid
+0 0 0 edgecolor
+newpath 135.78 113.48 moveto
+133.83 102.69 lineto
+132.95 109.36 lineto
+130.12 105.24 lineto
+130.12 105.24 lineto
+130.12 105.24 lineto
+132.95 109.36 lineto
+126.41 107.79 lineto
+135.78 113.48 lineto
+closepath stroke
+grestore
+% node3
+gsave
+0 0 1 nodecolor
+newpath 212 1 moveto
+212 113 lineto
+404 113 lineto
+404 1 lineto
+closepath fill
+1 setlinewidth
+filled
+0 0 0 nodecolor
+newpath 212 1 moveto
+212 113 lineto
+404 113 lineto
+404 1 lineto
+closepath stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+269.5 96.4 moveto 77 (registrant_net) alignedtext
+1 setlinewidth
+filled
+0 0 0 nodecolor
+newpath 212 89 moveto
+404 89 lineto
+stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+220 72.4 moveto 176 (registrant_net_id SERIAL [PK]) alignedtext
+0 0 0 nodecolor
+14 /Times-Roman set_font
+220 56.4 moveto 111 (start_ip VARCHAR) alignedtext
+0 0 0 nodecolor
+14 /Times-Roman set_font
+220 40.4 moveto 107 (end_ip VARCHAR) alignedtext
+0 0 0 nodecolor
+14 /Times-Roman set_font
+220 24.4 moveto 101 (version TINYINT) alignedtext
+0 0 0 nodecolor
+14 /Times-Roman set_font
+220 8.4 moveto 151 (registrant_id BIGINT [FK]) alignedtext
+grestore
+% node1->node3
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 240.52 150.72 moveto
+247.44 141.11 254.68 131.06 261.74 121.26 curveto
+stroke
+0 0 0 edgecolor
+newpath 261.77 121.21 moveto
+271.26 115.73 lineto
+264.69 117.16 lineto
+267.61 113.1 lineto
+267.61 113.1 lineto
+267.61 113.1 lineto
+264.69 117.16 lineto
+263.96 110.47 lineto
+261.77 121.21 lineto
+closepath fill
+1 setlinewidth
+solid
+0 0 0 edgecolor
+newpath 261.77 121.21 moveto
+271.26 115.73 lineto
+264.69 117.16 lineto
+267.61 113.1 lineto
+267.61 113.1 lineto
+267.61 113.1 lineto
+264.69 117.16 lineto
+263.96 110.47 lineto
+261.77 121.21 lineto
+closepath stroke
+grestore
+% node4
+gsave
+0 0 1 nodecolor
+newpath 424.5 167 moveto
+424.5 247 lineto
+619.5 247 lineto
+619.5 167 lineto
+closepath fill
+1 setlinewidth
+filled
+0 0 0 nodecolor
+newpath 424.5 167 moveto
+424.5 247 lineto
+619.5 247 lineto
+619.5 167 lineto
+closepath stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+489 230.4 moveto 66 (roa_request) alignedtext
+1 setlinewidth
+filled
+0 0 0 nodecolor
+newpath 424.5 223 moveto
+619.5 223 lineto
+stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+432.5 206.4 moveto 165 (roa_request_id SERIAL [PK]) alignedtext
+0 0 0 nodecolor
+14 /Times-Roman set_font
+432.5 190.4 moveto 179 (roa_request_handle VARCHAR) alignedtext
+0 0 0 nodecolor
+14 /Times-Roman set_font
+432.5 174.4 moveto 70 (asn BIGINT) alignedtext
+grestore
+% node5
+gsave
+0 0 1 nodecolor
+newpath 421.5 1 moveto
+421.5 113 lineto
+622.5 113 lineto
+622.5 1 lineto
+closepath fill
+1 setlinewidth
+filled
+0 0 0 nodecolor
+newpath 421.5 1 moveto
+421.5 113 lineto
+622.5 113 lineto
+622.5 1 lineto
+closepath stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+469 96.4 moveto 106 (roa_request_prefix) alignedtext
+1 setlinewidth
+filled
+0 0 0 nodecolor
+newpath 421.5 89 moveto
+622.5 89 lineto
+stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+429.5 72.4 moveto 133 (prefix VARCHAR [PK]) alignedtext
+0 0 0 nodecolor
+14 /Times-Roman set_font
+429.5 56.4 moveto 140 (prefixlen TINYINT [PK]) alignedtext
+0 0 0 nodecolor
+14 /Times-Roman set_font
+429.5 40.4 moveto 170 (max_prefixlen TINYINT [PK]) alignedtext
+0 0 0 nodecolor
+14 /Times-Roman set_font
+429.5 24.4 moveto 101 (version TINYINT) alignedtext
+0 0 0 nodecolor
+14 /Times-Roman set_font
+429.5 8.4 moveto 185 (roa_request_id BIGINT [PK,FK]) alignedtext
+grestore
+% node4->node5
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 522 166.8 moveto
+522 153.41 522 138.11 522 123.27 curveto
+stroke
+0 0 0 edgecolor
+newpath 522 123.1 moveto
+526.5 113.1 lineto
+522 118.1 lineto
+522 113.1 lineto
+522 113.1 lineto
+522 113.1 lineto
+522 118.1 lineto
+517.5 113.1 lineto
+522 123.1 lineto
+closepath fill
+1 setlinewidth
+solid
+0 0 0 edgecolor
+newpath 522 123.1 moveto
+526.5 113.1 lineto
+522 118.1 lineto
+522 113.1 lineto
+522 113.1 lineto
+522 113.1 lineto
+522 118.1 lineto
+517.5 113.1 lineto
+522 123.1 lineto
+closepath stroke
+grestore
+endpage
+showpage
+grestore
+%%PageTrailer
+%%EndPage: 1
+%%Trailer
+end
+restore
+%%EOF