Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 1.36 KB

File metadata and controls

26 lines (21 loc) · 1.36 KB

#OPS-CLI

What is ops-cli?

The ops-cli module is responsible for the CLI daemon in the OpenSwitch project.
The ops-cli is based on vtysh shell being used in Quagga. It has been modified to communicate with the OVSDB database.

What is the structure of the repository?

  • lib/ contains all the CLI infrastructure files.
  • vtysh/tests/ contains all the component tests of ops-cli based on ops-test-framework.

What is the license?

Being heavily based on vtysh, ops-cli inherits its GPL license. For more details refer to GPL

What other documents are available?

For the high level design of ops-cli, refer to DESIGN.md. For adding new commands, refer to user guide. For answers to common questions, read FAQ.md. For the current list of contributors and maintainers, refer to AUTHORS.md.

For general information about OpenSwitch project refer to http://www.openswitch.net.