Skip to content

Releases: dnosproject/grpc-integration

dnos-0.5.0

24 Feb 01:51
Compare
Choose a tag to compare
  1. FlowService has been revisited. It supports the following functions:
    • applyFlowRules(FlowRule... flowRules)
    • removeFlowRules(FlowRule... flowRules)

dnos-0.4.0

22 Feb 22:59
Compare
Choose a tag to compare
  1. In this version, we added these new functions to the HostService:
    • getConnectedHosts (By DeviceId)
    • getConnectedHosts (By ConnectedPoint)
    • getDeviceCount

dnos-0.3.0

22 Feb 01:33
Compare
Choose a tag to compare
  1. HostService and TopologyService have been separated from each other that can be mapped exactly to the corresponding services in ONOS.
  2. HostService supports the following functions:
  • getHosts
  • getHostCount
  • getHost

dnos-0.2.1

16 Feb 00:36
Compare
Choose a tag to compare

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

15 Feb 02:43
Compare
Choose a tag to compare
  1. 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

12 Feb 02:15
Compare
Choose a tag to compare

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

12 Feb 23:37
Compare
Choose a tag to compare

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.