Method: Bandshell::Interface#up

Defined in:
lib/bandshell/netconfig.rb

#upObject



61
62
63
# File 'lib/bandshell/netconfig.rb', line 61

def up
  system("/sbin/ifconfig #{@name} up")
end