X-Git-Url: https://git.josue.xyz/?p=vsorcdistro%2F.git;a=blobdiff_plain;f=topotest.py;h=022207c3c59d9efa74a9ca486c806fea2fc3b3c9;hp=90612966652787f338236d3a4827e42a103a85c4;hb=9f435e1824145d4834563f0b92e3e53b61306b4b;hpb=023012b025db1c4a62fc799e7c8dfe9bdae362d3 diff --git a/topotest.py b/topotest.py index 9061296..022207c 100755 --- a/topotest.py +++ b/topotest.py @@ -29,7 +29,6 @@ class MiTopo(Topo): h7 = self.addHost('h7') h9 = self.addHost('h9') - self.addLink(h1, s2) self.addLink(h9, s4) self.addLink(h2, s2) @@ -42,7 +41,7 @@ class MiTopo(Topo): self.addLink(h6, s3) self.addLink(h7, s4) self.addLink(h8, s4) - info('llegue al final de mitopo\n') + #info('llegue al final de mitopo\n') #topos = { 'TopoMia': ( lambda: MiTopo() ) }