Skip to main content

Module to handle kernel namespaces.

Project description

[!IMPORTANT]
This project is under development. All source code and features on the main branch are for the purpose of testing or evaluation and not production ready.

MFD Kernel Namespace

Module to handle kernel namespaces.

API NETWORK NAMESPACE

  • add_namespace_call_command - method for extending command about namespace command call.

Usage

from mfd_kernel_namespace import add_namespace_call_command


# Class example
class CustomPing:
    def __init__(self, connection):
        self._conn = connection

    def ping(self, namespace):
        command = add_namespace_call_command("ping 1.0.0.0", namespace)
        self._conn.start_process(command=command)
        # or 
        self._conn.start_process(command=add_namespace_call_command("ping 1.0.0.0", namespace))

OS supported:

  • LINUX
  • ESXI
  • FREEBSD

Issue reporting

If you encounter any bugs or have suggestions for improvements, you're welcome to contribute directly or open an issue here.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

mfd_kernel_namespace-1.8.0-py3-none-any.whl (4.2 kB view details)

Uploaded Python 3

File details

Details for the file mfd_kernel_namespace-1.8.0-py3-none-any.whl.

File metadata

File hashes

Hashes for mfd_kernel_namespace-1.8.0-py3-none-any.whl
Algorithm Hash digest
SHA256 b141f758b49326fca5198e06305fcbf96601938947f2f0bf80922cb7c297594c
MD5 58feb3d4b3d3a29e74356c46765721eb
BLAKE2b-256 5917678eb101413019d9a2874594b75be70758a43e8a19c78c2730c6bb465364

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page