Carlos Santos
d53b850d6c
Update sample_directives_juniper.yaml
2025-09-13 01:08:19 -03:00
Carlos Santos
3f3b233c6f
Update sample_devices.yaml
2025-09-13 01:06:24 -03:00
Carlos Santos
8f8ab8f8ee
Update sample_devices.yaml
2025-09-13 01:05:50 -03:00
Carlos Santos
6775ff4050
Update sample_directives_juniper.yaml
2025-09-13 01:04:39 -03:00
Carlos Santos
7d20ddfa7c
Create sample_directives_juniper.yaml
2025-09-13 00:58:03 -03:00
Carlos Santos
b14025d4db
Create sample_terms-and-conditions.md
2025-09-13 00:49:22 -03:00
Carlos Santos
94c2d3e215
Rename sample_directives.yaml to sample_directives_huawei.yaml
2025-09-13 00:48:18 -03:00
Carlos Santos
e409569016
Create sample_directives.yaml
2025-09-13 00:48:02 -03:00
Carlos Santos
084cd20a6e
Rename sample_devices_juniper.yaml to sample_devices.yaml
2025-09-13 00:45:32 -03:00
Carlos Santos
44dfcac4d1
Update sample_devices_juniper.yaml
2025-09-13 00:45:21 -03:00
Carlos Santos
7424e03325
Create sample_config.yaml
2025-09-13 00:39:30 -03:00
Carlos Santos
d8ab435d78
Update and rename sample_devices.yaml to sample_devices_juniper.yaml
2025-09-13 00:32:16 -03:00
Carlos Santos
e5cae3e7b6
Update compose.yaml
2025-09-13 00:27:21 -03:00
Carlos Santos
319c31b2cd
Update compose.yaml
2025-09-13 00:27:06 -03:00
Carlos Santos
b405fd7db6
Update compose.yaml
2025-09-13 00:26:03 -03:00
Carlos Santos
bee642697e
Create mikrotik.py
2025-09-13 00:19:57 -03:00
Carlos Santos
2eb9c409d6
Create huawei.py
2025-09-13 00:19:36 -03:00
Carlos Santos
d72e5f98a6
Create bgp_routestr_huawei.py
2025-09-13 00:17:51 -03:00
Carlos Santos
16c1674d7e
Create mikrotik_normalize_input.py
2025-09-13 00:17:00 -03:00
Carlos Santos
504c0f1463
Update mikrotik_garbage_output.py
2025-09-13 00:16:17 -03:00
Carlos Santos
4432f48f9b
Create bgp_routestr_mikrotik.py
2025-09-13 00:15:56 -03:00
Carlos Santos
ff0bed6257
Update __init__.py
2025-09-13 00:15:15 -03:00
Carlos Santos
7e66bbdf20
Update mikrotik.py
2025-09-13 00:13:24 -03:00
Carlos Santos
c2cf9e28c6
Update huawei.py
2025-09-13 00:12:34 -03:00
Carlos Santos
62a93c0e5f
Update mikrotik.py
2025-09-13 00:09:46 -03:00
Carlos Santos
ab514629f7
Update mikrotik.py
2025-09-13 00:09:06 -03:00
Carlos Santos
413c60e29f
Update ssh_netmiko.py
2025-09-13 00:04:44 -03:00
Jason Hall
c68b00423a
Update pnpm-workspace.yaml
2025-06-14 22:17:03 -04:00
Jason Hall
df684eb869
bump pnpm version in docs
2025-06-14 22:01:41 -04:00
Jason Hall
feb5ae8dac
Additional fields for rye
2025-06-14 21:56:37 -04:00
Jason Hall
1e3475a4ad
updates ruff config to 'current' standar
2025-06-14 21:44:58 -04:00
Jason Hall
cf137bd7e8
format and lint
2025-06-14 21:44:20 -04:00
Jason Hall
7b06930e1b
Adding unrelease changes [skip ci]
2025-06-09 21:41:50 -04:00
Jelson Stoelben Rodrigues
23522da754
fix: ensure query_target is transformed after validation
...
Transformation must occur after validation, or else the transformation will possibly make the validation fail
2025-06-09 21:37:14 -04:00
Jelson Stoelben Rodrigues
f67c676a2d
feat: add Huawei BGP Route Input Plugin
...
Create builtin plugin to transform input field before passing to Huawei device
2025-06-09 21:37:14 -04:00
Jelson Stoelben Rodrigues
44f8faa1e5
fix: timeout when fetching bgp routes
...
Huawei has pagination by default and when the output exceeds 24 lines it expects the user to keep scrooling to display the output. This makes the netmiko time out. By passing "| no-more" the pagination will be disabled for the command
2025-06-09 21:37:14 -04:00
Daniel Matsson
b7abe8d027
Fix code block padding in docs
2025-06-09 21:26:11 -04:00
Chris Wiggins
51c7f9eef6
feat: Add FRR structured output for BGP Routes
2025-06-09 21:12:18 -04:00
Jason Hall
7ae40e8cc8
updates frontend workflows
2025-06-08 21:33:31 -04:00
Jason Hall
8fbf25dd14
Adds optional step to switch to a release tag
2025-06-06 06:16:23 -04:00
Jason Hall
91e375693a
Adds system package install
2025-06-06 06:01:48 -04:00
Jason Hall
4106a10dbc
PRs 284,292,306
2025-06-06 05:41:48 -04:00
Jason Hall
7109ee6c97
adds unreleased section
2025-06-06 05:41:48 -04:00
GrandArcher
e6e11ee058
Update mikrotik.py ( #292 )
...
Fixed Mikrotik_BGPRoute to print all routes that contain {target} instead of having to be an exact match to {target}.
2025-06-06 05:36:54 -04:00
KyleM
2ba8b2c67c
Fix VyOS Directives. ( #284 )
...
* Fixed vyos directives syntax
* Trying raw output
* Switched from MTR to traceroute as hyperglass cannot handle the encoding of MTR output.
2025-06-06 05:25:42 -04:00
Jason Hall
15491f904b
Adds libcairo2-dev to Prepare stage
2025-05-17 10:26:35 -04:00
Jason Hall
dd0d5357dd
Merge pull request #306 from cooperwinser/main
...
Fix: allow integer values in ext_community_list_raw field for Arista BGP…
Allows Integer and String types for the Arista extended communities.
2025-05-17 10:09:42 -04:00
cooperwinser
c369af439d
Removed Union import
2025-05-17 23:34:15 +10:00
thatmattlove
dbdc830e7b
remote default issue assignee [skip ci]
2025-04-28 22:00:54 -04:00
cooperwinser
7135ec3c9c
Fix: allow integer values in extCommunityListRaw field for Arista BGP parsing
2024-12-09 12:08:25 +11:00