Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
mininet-topology-yaml
Advanced tools
.. image:: https://img.shields.io/pypi/v/mininet-topology-yaml.svg :target: https://pypi.python.org/pypi/mininet-topology-yaml :alt: Latest PyPI version
A CLI plugin for topology-yaml <https://github.com/lumina-networks/topology-yaml>
_.
It makes creating Table and Clos (spine/leaf) topology files easier.
Most importantly it is able to spawn a mininet session with the hosts, switches, links and connect to the controllers defined in the topology file.
Requirements
- Python 2.7
- Mininet 2.2.2
- OVS 2.8.1
Installation
From Source:
::
$ git clone https://github.com/lumina-networks/mininet-topology-yaml $ cd mininet-topology-yaml $ sudo pip install .
From PyPi
::
$ pip install mininet-topology-yaml
Usage
**topology-yaml** will be the command after installation. For example:
::
$ Usage: topology-yaml [OPTIONS] COMMAND [ARGS]...
Options:
--help Show this message and exit.
Commands:
create Create Topology File
delete Delete Topology File
mininet Mininet Topology Commands
read Read Topology File
Troubleshooting
::
Usage: topology-yaml [OPTIONS] COMMAND [ARGS]...
Options:
--help Show this message and exit.
Commands:
create Create Topology File
delete Delete Topology File
mininet † Warning: could not load plugin. See `topology-yaml mininet
--help`.
read Read Topology File
This warning generally occurs when mininet is not installed on the system. Ensure mininet is installed and the Python API for mininet is globally available.
Documentation
To build documentation:
::
$ make documentation
Or
::
$ cd docs
$ make html
Licence
-------
MIT
Authors
-------
`mininet-topology-yaml` was written by `Lumina NetDev <oss-dev@luminanetworks.com>`_.
FAQs
Mininet specific topology generator and parser
We found that mininet-topology-yaml demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.