Skip to content

Commit

Permalink
Merge pull request #13 from srl-labs/hotfix
Browse files Browse the repository at this point in the history
fix to support SRL 23.10.* for bgp-rib reports
  • Loading branch information
wdesmedt authored Dec 7, 2023
2 parents 6cb12a9 + 5c16fdf commit 43f77a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion nornir_srl/connections/srlinux.py
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ def get_bgp_rib(
BGP_IP_VERSION_MAP = {
1: ("2021-", "2022-"),
2: ("2023-03",),
3: ("2023-07",),
3: ("2023-",),
}
ROUTE_FAMILY = {
"evpn": "evpn",
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "nornir-srl"
version = "0.2.2"
version = "0.2.3"
description = "Nornir connection plugin for SRLinux"
authors = ["Walter De Smedt <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit 43f77a6

Please sign in to comment.