Updated fpcagent submodule

Change-Id: If7c575681b7bb46e95223840f2d2299ea9299cc4
1 file changed
tree: 08decfed59f0e1c928afe2581679c32090bc6d4e
  1. .buckconfig
  2. .dockerignore
  3. .gitignore
  4. .gitmodules
  5. .gitreview
  6. BUCK
  7. Dockerfile
  8. Jenkinsfile
  9. LICENSE.txt
  10. README.md
  11. apps/
  12. buck-tools/
  13. bucklets/
  14. cli/
  15. core/
  16. docs/
  17. drivers/
  18. features/
  19. incubator/
  20. lib/
  21. models/
  22. modules.defs
  23. mwc-bpr-docker.sh
  24. mwc-fabric-restart.sh
  25. mwc-provision.sh
  26. mwc.defs
  27. onos.defs
  28. p4-pod-configs/
  29. pipelines/
  30. pom.xml
  31. protocols/
  32. providers/
  33. tools/
  34. utils/
  35. web/
README.md

ONOS : Open Network Operating System

What is ONOS?

ONOS is a new SDN network operating system designed for high availability, performance, scale-out.

Top-Level Features

  • High availability through clustering and distributed state management.
  • Scalability through clustering and sharding of network device control.
  • Performance that is good for a first release, and which has an architecture that will continue to support improvements.
  • Northbound abstractions for a global network view, network graph, and application intents.
  • Pluggable southbound for support of OpenFlow and new or legacy protocols.
  • Graphical user interface to view multi-layer topologies and inspect elements of the topology.
  • REST API for access to Northbound abstractions as well as CLI commands.
  • CLI for debugging.
  • Support for both proactive and reactive flow setup.
  • SDN-IP application to support interworking with traditional IP networks controlled by distributed routing protocols such as BGP.
  • IP-Optical use case demonstration.

Checkout our website and our tools