Releases: dnosproject/grpc-integration
Releases · dnosproject/grpc-integration
dnos-0.5.0
- FlowService has been revisited. It supports the following functions:
- applyFlowRules(FlowRule... flowRules)
- removeFlowRules(FlowRule... flowRules)
dnos-0.4.0
- In this version, we added these new functions to the HostService:
- getConnectedHosts (By DeviceId)
- getConnectedHosts (By ConnectedPoint)
- getDeviceCount
dnos-0.3.0
- HostService and TopologyService have been separated from each other that can be mapped exactly to the corresponding services in ONOS.
- HostService supports the following functions:
- getHosts
- getHostCount
- getHost
dnos-0.2.1
1- Control messages that have been used in gRPC services (i.e. in ServicesProto.proto) have been moved to a separate protobuf message.
dnos-0.2.0
- getHosts function has been added to TopologyService that allows us to retrieve list of hosts that have been discovered by the controller.
dnos-0.1.0
This version of the app supports the following features:
1- The app is equipped to an event notification service which allows the externalization of event processing including packet_in, and link events.
2- The app is equipped to a packet out service that can be used to return incoming packets to the application and services to the pipeline.
3- The app is equipped to a flow service that can be used to install and remove flow rules.
dnos-0.1.1
1- A bug in the topology service has been fixed to support port numbers.
2- Flow rule service also updated to fix some minor problems.