Ixsub: Difference between revisions
		
		
		
		
		
		Jump to navigation
		Jump to search
		
				
		
		
	
 (Created page with "<div class="seqdiag"> seqdiag { 	client; 	transitionServer; 	IXmapsServer;  	client -> transitionServer [label =  "submits traceroute output"]; 	transitionServer -> client [la...")  | 
				No edit summary  | 
				||
| Line 1: | Line 1: | ||
{  | <div class="seqdiag" style="min-height: 600px">  | ||
seqdiag {  | |||
	client;  | |||
	transitionServer;  | |||
	IXmapsServer;  | |||
	client -> transitionServer [label =  "submits traceroute output"];  | |||
	transitionServer -> client [label = "sends traceroute id"];  | |||
	transitionServer --> transitionServer [label = "parses output"];  | |||
	transitionServer --> IXmapServer [label = "submits parsed output"];  | |||
}  | |||
</div>  | |||
Revision as of 22:21, 4 March 2015
seqdiag { client; transitionServer; IXmapsServer;
client -> transitionServer [label = "submits traceroute output"]; transitionServer -> client [label = "sends traceroute id"]; transitionServer --> transitionServer [label = "parses output"]; transitionServer --> IXmapServer [label = "submits parsed output"]; }