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

Incorrect instruction in documentation #283

Open
gondimcodes opened this issue Aug 12, 2024 · 1 comment
Open

Incorrect instruction in documentation #283

gondimcodes opened this issue Aug 12, 2024 · 1 comment
Assignees
Labels
possible-bug Something isn't working

Comments

@gondimcodes
Copy link

Deployment Type

Manual

Version

v2.0.4

Steps to Reproduce

https://hyperglass.dev/configuration/devices

Expected Behavior

Examples:

devices:
- name: New York, NY
address: 192.0.2.1
platform: cisco_ios
credential:
username: you
password: your password
directives:
- builtins: false
- cisco-show-lldp-neighbors

devices:
- name: New York, NY
address: 192.0.2.1
platform: cisco_ios
credential:
username: you
password: your password
directives:
- builtins: [bgp_route, traceroute]

Observed Behavior

Documentation show "builtin" and the correct is "builtins".

incorrect: builtin: [bgp_route, traceroute]
correct: builtins: [bgp_route, traceroute]

Configuration

No response

Devices

No response

Logs

No response

@gondimcodes gondimcodes added the possible-bug Something isn't working label Aug 12, 2024
@gondimcodes
Copy link
Author

incorrect_instruction

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
possible-bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants