Open Kilda Java Documentation
plan-b.py File Reference

Go to the source code of this file.

Classes

class  plan-b.KildaSwitch
 

Namespaces

 plan-b
 

Variables

string plan-b.gateway = '127.0.0.1'
 
 plan-b.netstat = subprocess.check_output(['netstat', '-rn']).split('\n')
 
 plan-b.c0 = RemoteController( 'c0', ip=gateway, port=6653 )
 
 plan-b.topo = LinearTopo( k=2, n=2 )
 
 plan-b.net = Mininet( controller=c0, topo=topo, switch=KildaSwitch, build=False )