Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/faucetsdn/faucet
FAUCET is an OpenFlow controller for multi table OpenFlow 1.3 switches, that implements layer 2 switching, VLANs, ACLs, and layer 3 IPv4 and IPv6 routing.
https://github.com/faucetsdn/faucet
faucet-sdn sdn sdn-controller software-defined-network
Last synced: 3 months ago
JSON representation
FAUCET is an OpenFlow controller for multi table OpenFlow 1.3 switches, that implements layer 2 switching, VLANs, ACLs, and layer 3 IPv4 and IPv6 routing.
- Host: GitHub
- URL: https://github.com/faucetsdn/faucet
- Owner: faucetsdn
- License: apache-2.0
- Created: 2015-09-25T02:39:36.000Z (over 9 years ago)
- Default Branch: main
- Last Pushed: 2024-05-21T23:32:38.000Z (8 months ago)
- Last Synced: 2024-05-22T00:31:47.571Z (8 months ago)
- Topics: faucet-sdn, sdn, sdn-controller, software-defined-network
- Language: Python
- Homepage: http://faucet.nz
- Size: 33.8 MB
- Stars: 538
- Watchers: 51
- Forks: 188
- Open Issues: 40
-
Metadata Files:
- Readme: README.rst
- Contributing: CONTRIBUTING.rst
- License: LICENSE
- Authors: AUTHORS
Awesome Lists containing this project
README
Faucet
======.. image:: https://github.com/faucetsdn/faucet/workflows/Unit%20tests/badge.svg?branch=master
:target: https://github.com/faucetsdn/faucet/actions?query=workflow%3A%22Unit+tests%22.. image:: https://github.com/faucetsdn/faucet/workflows/Integration%20tests/badge.svg?branch=master
:target: https://github.com/faucetsdn/faucet/actions?query=workflow%3A%22Integration+tests%22.. image:: https://codecov.io/gh/faucetsdn/faucet/branch/master/graph/badge.svg
:target: https://codecov.io/gh/faucetsdn/faucetFAUCET is an OpenFlow controller for multi table OpenFlow 1.3 switches, that implements layer 2 switching, VLANs, ACLs, and layer 3 IPv4 and IPv6 routing, static and via BGP. It is based on Waikato University's `Valve `_ and the `Ryu OpenFlow Controller `_. FAUCET's design and background is described in `ACM Queue `_.
It supports:
- OpenFlow v1.3 (multi table) switches (including optional table features), hardware and software
- Multiple datapaths and distributed switching under a single controller
- VLANs, mixed tagged/untagged ports
- ACLs matching layer 2 and layer 3 fields
- IPv4 and IPv6 routing, static and via BGP
- Policy based forwarding to offload to external NFV applications (Eg 802.1x via hostapd, DHCP to isc DHCPD)
- Port and flow statistics via Grafana
- Controller health and statistics via Prometheus
- Unit and systems tests run under GitHub workflows based on mininet and OVSHardware and software switch support
------------------------------------Detailed guides for some switches are available on `readthedocs `_.
Faucet's design principle is to be as hardware agnostic as possible and not require Table Type Patterns. This means that Faucet expects the hardware Open Flow Agent (OFA) to hide implementation details, including which tables are best for certain matches or whether there is special support for multicast - Faucet expects the OFA to leverage the right hardware transparently.
If you are a hardware vendor wanting to support FAUCET, you need to support all the matches in `faucet/faucet_pipeline.py `_ and pass all tests.
Installation
------------Please see the `installation guide `_.
Configuration
-------------Please see the `configuration guide `_
for documentation regarding the general configuration of faucet and the
`recipe book `_
for configuration snippets for common use cases.Development and testing
-----------------------Please see the `developer guide `_.
Getting Help
------------We use a mailing list on google groups for announcing new versions and
communicating with users and developers:* `faucetsdn `_
We also have the #faucet IRC channel on
`libera `_.A few tutorial videos are available on our
`YouTube channel `_.The
`faucet dev blog `_
and
`faucetsdn twitter `_
are good places to keep up with the latest news about faucet.If you find bugs, or if have feature requests, please create an issue on our
`bug tracker `_.