Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ciena SAOS 10 support naming convention #3525

Open
georgesnow opened this issue Nov 4, 2024 · 1 comment
Open

Ciena SAOS 10 support naming convention #3525

georgesnow opened this issue Nov 4, 2024 · 1 comment

Comments

@georgesnow
Copy link
Contributor

If i wanted to add support for Ciena's newer OS. (SAOS 10). The CLI is completely different from the current SAOS support, which pertains to SAOS 6.
What is the suggested naming convention for adding support for Ciena SAOS 10?

thanks

@ktbyers
Copy link
Owner

ktbyers commented Nov 5, 2024

We currently have this for Ciena:

190     "ciena_saos": CienaSaosSSH,

So probably:

ciena_saos10 for the new driver.

We can probably also add a ciena_saos6 key that points to the current class i.e. CienaSaosSSH (so that it is clearer what the current driver supports). We should leave the current, ciena_saos key, however (to avoid breaking existing code).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants