Open Kilda Java Documentation
plan-b Namespace Reference

Classes

class  KildaSwitch
 

Variables

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

Variable Documentation

◆ c0

plan-b.c0 = RemoteController( 'c0', ip=gateway, port=6653 )

Definition at line 44 of file plan-b.py.

◆ gateway

plan-b.gateway = '127.0.0.1'

Definition at line 34 of file plan-b.py.

◆ net

plan-b.net = Mininet( controller=c0, topo=topo, switch=KildaSwitch, build=False )

Definition at line 46 of file plan-b.py.

◆ netstat

plan-b.netstat = subprocess.check_output(['netstat', '-rn']).split('\n')

Definition at line 35 of file plan-b.py.

◆ topo

plan-b.topo = LinearTopo( k=2, n=2 )

Definition at line 45 of file plan-b.py.