#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.
lib/
contains all the CLI infrastructure files.vtysh/tests/
contains all the component tests of ops-cli based on ops-test-framework.
Being heavily based on vtysh, ops-cli inherits its GPL license. For more details refer to GPL
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.