# File lib/mu/command/cmd_netconfig.rb, line 108
  def cmd_clear_routes argv
    setup argv
    response = @api.clear_routes
    msg response
    return response
  end