Skip to content

Commit

Permalink
fix to support SRL 23.10.* for bgp-rib reports
Browse files Browse the repository at this point in the history
  • Loading branch information
wdesmedt committed Dec 7, 2023
1 parent 90cd1e3 commit 5c16fdf
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 <walter.de.smedt@gmail.com>"]
readme = "README.md"
Expand Down

0 comments on commit 5c16fdf

Please sign in to comment.