INT full rule population

Change-Id: Ica854f1cc0b3eb9b3e8b16eafed5b515b0f17aad
1 file changed
tree: 8e6fc95d569ddef6f94ad51076e25346081cfe5c
  1. .buckconfig
  2. .dockerignore
  3. .gitignore
  4. .gitmodules
  5. .gitreview
  6. BUCK
  7. Dockerfile
  8. Dockerfile.prebuilt
  9. Jenkinsfile
  10. LICENSE.txt
  11. README.md
  12. apps/
  13. buck-tools/
  14. bucklets/
  15. cli/
  16. core/
  17. docs/
  18. drivers/
  19. features/
  20. incubator/
  21. lib/
  22. models/
  23. modules.defs
  24. mwc-bpr-docker.sh
  25. mwc-fabric-restart.sh
  26. mwc-provision-dev-cavium-test.sh
  27. mwc-provision-dev-mlx-test.sh
  28. mwc-provision-dev.sh
  29. mwc-provision-mlx-test.sh
  30. mwc-provision.sh
  31. mwc.defs
  32. onos.defs
  33. p4-pod-configs/
  34. pingue.sh
  35. pipelines/
  36. pom.xml
  37. protocols/
  38. providers/
  39. tmuxp/
  40. tools/
  41. utils/
  42. 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