Switch to side-by-side view

--- a/examples/SimpleRelay/config.xml
+++ b/examples/SimpleRelay/config.xml
@@ -66,14 +66,6 @@
 		</DA>	
 	</Host>
 	<Router id="interiorRouter">
-        <IPC id="relayIpc">
-            <RA>
-                <Flows>
-                    <Flow apn="11_Layer11" qosCube="1"/>
-                    <Flow apn="22_Layer11" qosCube="1"/>
-                </Flows>
-            </RA>
-        </IPC>   	
 		<DA>
 			<Directory>
 				<APN apn="App1">
@@ -136,4 +128,16 @@
 			<ATime>0</ATime>						
 		</QoSCube>		
 	</QoSCubesSet>
+
+    <ConnectionSets>
+        <ConnectionSet id="PingWithPreallocation">
+            <SimTime t="1">
+                <Connection src="33_Layer11" dst="11_Layer11" qosCube="1"/>
+            </SimTime>
+            <SimTime t="2">
+                <Connection src="33_Layer11" dst="22_Layer11" qosCube="1"/>
+            </SimTime>            
+        </ConnectionSet>
+    </ConnectionSets>	
+	
 </Configuration>