Markdown format adj.

This commit is contained in:
Peter Dave Hello
2016-01-30 00:24:54 +08:00
parent f15593a5d8
commit 3e7a3952ce

View File

@@ -12,6 +12,7 @@ A awesome list about Software Defined Network (SDN)
- [Test](#Test)
# Software Switch
- [OpenvSwtich](http://openvswitch.org/) - Open vSwitch is a production quality, multilayer virtual switch.
- [Indigo](http://www.projectfloodlight.org/indigo/) - Indigo is an open source project aimed at enabling support for OpenFlow on physical and hypervisor switches.
- [CPqD](https://github.com/CPqD/ofsoftswitch13)- An OpenFlow 1.3 compatible user-space software switch implementation
@@ -52,6 +53,7 @@ A awesome list about Software Defined Network (SDN)
- [P4](http://p4.org/) - A declarative language for expressing how packets are processed by the pipeline of a network forwarding element such as a switch, NIC, router or network function appliance.
# Library
- [loxigen](https://github.com/floodlight/loxigen) - LoxiGen is a tool that generates OpenFlow protocol libraries for a number of languages.
- [openfaucet](https://github.com/rlenglet/openfaucet) - openfaucet is a pure Python implementation of the OpenFlow 1.0.0
protocol, based on Twisted.
@@ -60,4 +62,5 @@ protocol, based on Twisted.
- [nettle](http://haskell.cs.yale.edu/other-projects/nettle/) - A Haskell library for working with the OpenFlow protocol.
# Test
- [oftest](https://github.com/floodlight/oftest) - OpenFlow Testing Framework