Vlcp Versions Save

A production-ready SDN controller, and a highly-extensible SDN framework.

v2.2.1

4 years ago

This release fix xid overflow on openflow protocol

v2.2.0

5 years ago
  • Experimental OpenFlow 1.4 support
  • Some minor fixes

v2.2.0a1

5 years ago
  • Experimental OpenFlow 1.4 support
  • Some minor fixes

v2.1.0

5 years ago
  • New module: FreeARP (vlcp.service.sdn.freearp.FreeARP) automatically send free ARP on VLAN networks
  • Fix a crash caused by debugging console threading race condition
  • Fix a bug that causes ZooKeeper watches lost when reconnected
  • Fix a bug that causes resync when many endpoints are deleted concurrently

v2.0.0

5 years ago

v2.0 is the new series of VLCP, which only supports Python3.5+ and PyPy3. PyPy3 is recommended.

This release uses async functions instead of generators to fix some long existed issues related to GC in PyPy2. It also has a lot of performance optimizing, and is about 10% faster (tested with basic HTTP) than v1.x.

v2.0 is compatible in configuration, but not compatible in code. Plugins which are designed for v1.x must be upgraded and use the new interfaces.

v1.5.6

5 years ago

This release use fixed nstruct version to solve a compatibility issue (new version will be supported in v2.0)

v1.5.5

5 years ago
  • Fix some issues on very high load
  • Fix an issue introduced by an unsafe method calling from GC

v1.5.4

5 years ago
  • Improve compatibility with Python 3.7-rc
  • Fix some issues on very high load

v1.5.3

5 years ago

This release fixes a random crash with IndexError when executing with PyPy

v1.5.2

6 years ago

This release fix an issue on high pressure causing connections dropped