X-Git-Url: https://git.josue.xyz/?p=vsorcdistro%2F.git;a=blobdiff_plain;f=clusterGRE.py;h=81abb63e7ea0b51b2c92dbb7cc93bf10f45778de;hp=d46988c1dc3c219d3998b2fdda0ed2d9db092425;hb=f255202e7d913502500105433111a1d626eaabb6;hpb=002eb7cc64ee6697fc264b9ac5bc93eb33c7e213 diff --git a/clusterGRE.py b/clusterGRE.py index d46988c..81abb63 100755 --- a/clusterGRE.py +++ b/clusterGRE.py @@ -17,7 +17,7 @@ def inicia(): topo2 = MiTopo() # Topologia desde el archivo topotest topo3 = TopoFromCompiler() # Topologia creada a partir del archivo data topo4 = TreeTopo(depth=3, fanout=3) # Topologia grande en arbol - net = MininetCluster(topo=topo2, servers=servers, link=RemoteGRELink, placement=SwitchBinPlacer, controller=c) + net = MininetCluster(topo=topo3, servers=servers, link=RemoteGRELink, placement=SwitchBinPlacer, controller=c) net.start() CLI(net) net.stop()