Searched refs:intferface_name (Results 1 – 1 of 1) sorted by relevance
268 def reset_host_interface(intferface_name): argument275 intf_down_cmd = 'ifconfig %s down' % intferface_name276 intf_up_cmd = 'ifconfig %s up' % intferface_name281 log.info('{} has been reset'.format(intferface_name))286 def bringdown_host_interface(intferface_name): argument293 intf_down_cmd = 'ifconfig %s down' % intferface_name297 log.info('{} has been brought down'.format(intferface_name))