OpenFlow Plugin Project User Guide(1)
1.Overview 2.Architecture and Design Functionality Design 3.Running the controller with the new OpenFlow Plugin How to start How enable topology Enable RESTCONF and Controller GUI Overview OpenFlow plugin project is to develop a plugin to implement the OpenFlow specification. It is based on Model Driven Service Abstraction Layer (MD-SAL) architecture. ( https://wiki.opendaylight.org/view/OpenDaylight_Controller:MD-SAL ) Architecture and Design Functionality Connection Handling Session Management State Management. Error Handling. Mapping function(Infrastructure to OF structures). Connection establishment will be handled by OpenFlow library using opensource netty.io library. Message handling(Ex: Packet in). Event handling and propagation to upper layers. Plugin will support both MD-SAL and Hard SAL. Will be backward compatible with OF 1.0. 连接...