Add Network Virtualization section

Also, add FlowVisor and OpenVirtex to the section
This commit is contained in:
Takeshi
2016-01-30 01:35:59 +08:00
parent ebedfd71b3
commit 0525c234fe

View File

@@ -5,6 +5,7 @@ A awesome list about Software Defined Network (SDN)
- [Awesome SDN](#awesome-sdn)
- [Operating System](#operating-system)
- [Software Switch](#software-switch)
- [Network Virtualization](#network-virtualization)
- [Protocol](#protocol)
- [Controller](#controller)
- [Simulator/Emulator](#simulatoremulator)
@@ -24,6 +25,11 @@ A awesome list about Software Defined Network (SDN)
- [LINC-Switch](https://github.com/FlowForwarding/LINC-Switch) - A pure OpenFlow software switch written in Erlang
- [snabbswitch](https://github.com/SnabbCo/snabbswitch) - An open source virtualized Ethernet networking stack.
# Network Virtualization
- [FlowVisor](https://github.com/opennetworkinglab/flowvisor) - An OpenFlow controller that acts as a hypervisor/proxy between a switch and multiple controllers. Can slice multiple switches in parallel, effectively slicing a network.
- [OpenVirtex](https://github.com/opennetworkinglab/OpenVirteX) - A network hypervisor that can create multiple virtual and programmable networks on top of a single physical infrastructure.
# Protocol
- [OpenFlow](https://www.opennetworking.org/sdn-resources/openflow) - A communications protocol that gives access to the forwarding plane of a network switch or router over the network.