https://github.com/openstack/networking-generic-switch
Multi-vendor Modular Layer 2 (ML2) driver. Mirror of code maintained at opendev.org.
https://github.com/openstack/networking-generic-switch
Last synced: over 1 year ago
JSON representation
Multi-vendor Modular Layer 2 (ML2) driver. Mirror of code maintained at opendev.org.
- Host: GitHub
- URL: https://github.com/openstack/networking-generic-switch
- Owner: openstack
- License: apache-2.0
- Created: 2016-01-27T11:26:30.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2025-03-19T08:49:19.000Z (over 1 year ago)
- Last Synced: 2025-03-28T18:07:16.964Z (over 1 year ago)
- Language: Python
- Homepage: https://opendev.org/openstack/networking-generic-switch
- Size: 701 KB
- Stars: 25
- Watchers: 8
- Forks: 46
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- Contributing: CONTRIBUTING.rst
- License: LICENSE
Awesome Lists containing this project
README
============================================
Networking-generic-switch Neutron ML2 driver
============================================
.. image:: https://governance.openstack.org/tc/badges/networking-generic-switch.svg
:target: https://governance.openstack.org/tc/reference/tags/index.html
This is a Modular Layer 2 `Neutron Mechanism driver
`_. The mechanism driver is
responsible for applying configuration information to hardware equipment.
``GenericSwitch`` provides a pluggable framework to implement
functionality required for use-cases like OpenStack Ironic multi-tenancy mode.
It abstracts applying changes to all switches managed by this ML2 plugin
and handling ``local_link_information`` field of Neutron port.
Networking-generic-switch is distributed under the terms of the Apache License,
Version 2.0. The full terms and conditions of this license are detailed in the
LICENSE file.
Project resources
~~~~~~~~~~~~~~~~~
* Documentation: https://docs.openstack.org/networking-generic-switch/latest/
* Source: https://opendev.org/openstack/networking-generic-switch
* Bugs: https://bugs.launchpad.net/networking-generic-switch
* Release notes: https://docs.openstack.org/releasenotes/networking-generic-switch/
For information on how to contribute to Networking-generic-switch, see
https://docs.openstack.org/networking-generic-switch/latest/contributing.html.