view tools/python-PE/CompactRouting/example.xml @ 8:6c40056777be

Initial revision
author fuchita
date Sat, 16 Feb 2008 13:18:02 +0900
parents
children
line wrap: on
line source

<graph label = "Graf">
  <node id = "A" label = "localhost:10000">
        <destination id = "B"/>
  </node>
  <node id = "B" label = "localhost:10001">
        <destination id = "C"/>
  </node>
  <node id = "C" label = "localhost:10002">
        <destination id = "D"/>
  </node>
  <node id = "D" label = "localhost:10003">
        <destination id = "A"/>
  </node>
</graph>