|
|
|
connect(self,
**connectargs)
Connection will establish to the remote host using ssh. |
source code
|
|
|
|
|
|
|
ofmsgSndCmp(self,
snd_list,
exp_list,
xid_ignore=True,
hdr_only=True) |
source code
|
|
|
|
|
chkFlowdb(self,
controller_number,
switch_number,
exp_count,
exp_rewrites) |
source code
|
|
|
chkSwitchStats(self,
switch_number,
ofproto,
exp_snd_count,
exp_rcv_count) |
source code
|
|
|
chkSliceStats(self,
controller_number,
ofproto,
exp_snd_count,
exp_rcv_count) |
source code
|
|
|
|
|
ofmsgSndCmpWithXid(self,
snd_list,
exp_list,
xid_ignore,
hdr_only) |
source code
|
|
|
genPacketOut(self,
xid,
buffer_id,
in_port,
action_ports,
pkt) |
source code
|
|
|
|
|
|
|
|
|
|
|
|
Inherited from component.Component :
__getattr__ ,
cleanup ,
config ,
execute ,
experimentRun ,
get_version ,
log
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__sizeof__ ,
__str__ ,
__subclasshook__
|