File tree Expand file tree Collapse file tree 4 files changed +14
-2
lines changed
clab_connector/models/node Expand file tree Collapse file tree 4 files changed +14
-2
lines changed Original file line number Diff line number Diff line change @@ -108,6 +108,10 @@ def __init__(
108108 "https://github.com/nokia-eda/schema-profiles/"
109109 "releases/download/nokia-srl-25.7.2/srlinux-25.7.2-266.zip"
110110 ),
111+ "25.10.1" : (
112+ "https://github.com/nokia-eda/schema-profiles/"
113+ "releases/download/nokia-srl-25.10.1/srlinux-25.10.1-399.zip"
114+ ),
111115 }
112116
113117 def get_default_node_type (self ):
Original file line number Diff line number Diff line change @@ -50,6 +50,14 @@ class NokiaSROSNode(Node):
5050 "https://github.com/nokia-eda/schema-profiles/"
5151 "releases/download/nokia-sros-v25.7.r1/sros-25.7.r1.zip"
5252 ),
53+ "25.7.r2" : (
54+ "https://github.com/nokia-eda/schema-profiles/"
55+ "releases/download/nokia-sros-25.7.r2/sros-25.7.r2.zip"
56+ ),
57+ "25.10.r1" : (
58+ "https://github.com/nokia-eda/schema-profiles/"
59+ "releases/download/nokia-sros-25.10.r1/sros-25.10.r1.zip"
60+ ),
5361 }
5462
5563 # Map of node types to their line card and MDA components
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44
55[project ]
66name = " clab-connector"
7- version = " 0.8.3 "
7+ version = " 0.8.4 "
88description = " EDA Containerlab Connector"
99readme = " README.md"
1010requires-python = " >=3.11"
You can’t perform that action at this time.
0 commit comments