You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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".
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
The text was updated successfully, but these errors were encountered: