forked from romanov6416/runos
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNEWS
More file actions
28 lines (23 loc) · 1.32 KB
/
NEWS
File metadata and controls
28 lines (23 loc) · 1.32 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
RuNOS 0.3
=========
This release introduces additional tools for user interaction with applications via REST
API. Now you can add your REST API for your application and utilize API of other apps.
- Added REST API for SwitchManager and Topology application.
- Added possibility to watch network topology in GUI (Web).
- Now user can get information about working switches and network topology.
- Added DeviceManager apps and its REST API for discovering host devices.
- Controller can handle REST requests in Floodlight format.
- Introduced event model for apps. User can get only changes occurred in apps.
- Applications can provide own webpages for user.
RuNOS 0.2
=========
This release introduces many new features, new interfaces and significant improvements of
existing APIs. Now you can start writing your apps for RuNOS!
- Initial implementation of maple engine that automatically assigns rule priorities.
- Fast and easy to use packet field reading and matching API.
- Initial flow lifecycle management (currently without tracking of flow removal).
- Improved performance of OF message handling.
- Allow applications to specify their interface.
- LLDP link discovery application.
- Initial topology-driven learning switch.
- Now applications can live in their own threads.