Class: RouterosGuestPlugin::Cap::NetworkInterfaces

Inherits:
Object
  • Object
show all
Defined in:
lib/guest/cap/network_interfaces.rb

Class Method Summary collapse

Class Method Details

.network_interfaces(machine, path = "/interface") ⇒ Object



4
5
6
7
# File 'lib/guest/cap/network_interfaces.rb', line 4

def self.network_interfaces(machine, path = "/interface")
  machine.ui.info("NetworkInterfaces is disabled for RouterOS")
  []
end