a/examples/SimpleRelay/config.xml b/examples/SimpleRelay/config.xml
...
...
64
            </NeighborTable>
64
            </NeighborTable>
65
            
65
            
66
        </DA>   
66
        </DA>   
67
    </Host>
67
    </Host>
68
    <Router id="interiorRouter">
68
    <Router id="interiorRouter">
69
        <IPC id="relayIpc">
70
            <RA>
71
                <Flows>
72
                    <Flow apn="11_Layer11" qosCube="1"/>
73
                    <Flow apn="22_Layer11" qosCube="1"/>
74
                </Flows>
75
            </RA>
76
        </IPC>    
77
        <DA>
69
        <DA>
78
            <Directory>
70
            <Directory>
79
                <APN apn="App1">
71
                <APN apn="App1">
80
                    <DIF difName="Layer11" ipcAddress="11" />
72
                    <DIF difName="Layer11" ipcAddress="11" />
81
                </APN>
73
                </APN>
...
...
134
            <CostTime>0</CostTime>
126
            <CostTime>0</CostTime>
135
            <CostBits>0</CostBits>
127
            <CostBits>0</CostBits>
136
            <ATime>0</ATime>                        
128
            <ATime>0</ATime>                        
137
        </QoSCube>      
129
        </QoSCube>      
138
    </QoSCubesSet>
130
    </QoSCubesSet>
131
132
    <ConnectionSets>
133
        <ConnectionSet id="PingWithPreallocation">
134
            <SimTime t="1">
135
                <Connection src="33_Layer11" dst="11_Layer11" qosCube="1"/>
136
            </SimTime>
137
            <SimTime t="2">
138
                <Connection src="33_Layer11" dst="22_Layer11" qosCube="1"/>
139
            </SimTime>            
140
        </ConnectionSet>
141
    </ConnectionSets> 
142
  
139
</Configuration>
143
</Configuration>