diff options
author | Rob Austein <sra@hactrn.net> | 2011-04-06 18:25:51 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2011-04-06 18:25:51 +0000 |
commit | 9c59c55d2205457ad23044f526408cd21abba05b (patch) | |
tree | 607bdba92a38c488fbee884eb61b0e64ff273a93 /rpkid/doc/irdbd.dot | |
parent | b1462099cfc97fc48af222c5df7bf0c7c9cf5340 (diff) |
Ghostbusters
svn path=/rpkid/doc/irdbd.dot; revision=3765
Diffstat (limited to 'rpkid/doc/irdbd.dot')
-rw-r--r-- | rpkid/doc/irdbd.dot | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rpkid/doc/irdbd.dot b/rpkid/doc/irdbd.dot index 8541092d..42bafefc 100644 --- a/rpkid/doc/irdbd.dot +++ b/rpkid/doc/irdbd.dot @@ -9,6 +9,7 @@ digraph test { node3 [label="{registrant_net\n|registrant_net_id\ SERIAL\ [PK]\lstart_ip\ VARCHAR\lend_ip\ VARCHAR\lversion\ TINYINT\lregistrant_id\ BIGINT\ [FK]\l}"]; node4 [label="{roa_request\n|roa_request_id\ SERIAL\ [PK]\lroa_request_handle\ VARCHAR\lasn\ BIGINT\l}"]; node5 [label="{roa_request_prefix\n|prefix\ VARCHAR\ [PK]\lprefixlen\ TINYINT\ [PK]\lmax_prefixlen\ TINYINT\ [PK]\lversion\ TINYINT\lroa_request_id\ BIGINT\ [PK,FK]\l}"]; + node6 [label="{ghostbuster_request\n|ghostbuster_request_id\ SERIAL\ [PK]\lself_handle\ VARCHAR\lparent_handle\ VARCHAR\ [N]\lvcard\ LONGBLOB\l}"]; node1 -> node2 [arrowtail=none, arrowhead=crow]; node1 -> node3 [arrowtail=none, arrowhead=crow]; node4 -> node5 [arrowtail=none, arrowhead=crow]; |