1
0
Fork 1
mirror of https://github.com/thatmattlove/hyperglass.git synced 2026-01-29 13:29:20 +00:00

update supported structured with Huawei VRP platform

This commit is contained in:
Aleksandr Belytskyi 2025-10-22 14:04:34 +02:00
parent e9c259dac7
commit 715ff63150
2 changed files with 2 additions and 1 deletions

View file

@ -4,6 +4,7 @@ Devices that support responding to a query with structured or easily parsable da
- Arista EOS
- Juniper Junos
- Huawei VRP
When structured output is available, hyperglass checks the RPKI state of each BGP prefix returned using one of two methods:

View file

@ -19,7 +19,7 @@ TARGET_FORMAT_SPACE = ("huawei", "huawei_vrpv8")
TARGET_JUNIPER_ASPATH = ("juniper", "juniper_junos")
SUPPORTED_STRUCTURED_OUTPUT = ("frr", "juniper", "arista_eos")
SUPPORTED_STRUCTURED_OUTPUT = ("frr", "juniper", "arista_eos", "huawei", "huawei_vrpv8")
CONFIG_EXTENSIONS = ("py", "yaml", "yml", "json", "toml")