X-Git-Url: https://git.josue.xyz/?a=blobdiff_plain;f=clusterGRE.py;h=81abb63e7ea0b51b2c92dbb7cc93bf10f45778de;hb=40f74c579b934f1b8540c13daaf80ae4c1e604c1;hp=d46988c1dc3c219d3998b2fdda0ed2d9db092425;hpb=002eb7cc64ee6697fc264b9ac5bc93eb33c7e213;p=vsorcdistro%2F.git 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()