diff options
author | Rob Austein <sra@hactrn.net> | 2007-04-17 18:18:09 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2007-04-17 18:18:09 +0000 |
commit | ff8a6212cfb4c0b1afbc9ab7d603579169db377a (patch) | |
tree | 8bd7692199202982eb3f55d039b49fe17a570c82 /docs/images/whiteboard-object-model.dot | |
parent | 8296cbd062c2bf9e17e00a3617633e924de12620 (diff) |
Split my current object model picture off from the version that was
just trying to capture the whiteboard from Prague.
svn path=/docs/images/whiteboard-object-model.dot; revision=584
Diffstat (limited to 'docs/images/whiteboard-object-model.dot')
-rw-r--r-- | docs/images/whiteboard-object-model.dot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/images/whiteboard-object-model.dot b/docs/images/whiteboard-object-model.dot index 3e9101a0..3c61f3ab 100644 --- a/docs/images/whiteboard-object-model.dot +++ b/docs/images/whiteboard-object-model.dot @@ -22,7 +22,7 @@ digraph rpki_engine_objects { // Objects visible in left-to-right protocol node [ color=blue ]; self [ label="Self|{Preferences}" ]; - parent [ label="Parent|{URI|TA|SIA Head}" ]; + parent [ label="Parent|{URI|TA}" ]; repo [ label="Repository|{URI|TA}" ]; child [ label="Child|{TA}" ]; biz_sign [ label="Business\nSigning Context|{Keypair|CertChain}" ]; |