File tree 2 files changed +22
-6
lines changed
2 files changed +22
-6
lines changed Original file line number Diff line number Diff line change @@ -257,7 +257,9 @@ def populate_os_releases(db):
257
257
'16.9.3' ,
258
258
'16.10.1' ,
259
259
'16.11.1' ,
260
- '16.12.1'
260
+ '16.12.1' ,
261
+ '17.1.1' ,
262
+ '17.2.1'
261
263
]
262
264
},
263
265
'IOS XR' : {
@@ -284,7 +286,9 @@ def populate_os_releases(db):
284
286
'6.5.2' ,
285
287
'6.5.3' ,
286
288
'6.6.2' ,
287
- '7.0.1'
289
+ '7.0.1' ,
290
+ '7.0.2' ,
291
+ '7.1.1'
288
292
]
289
293
},
290
294
'NX-OS' : {
@@ -305,7 +309,11 @@ def populate_os_releases(db):
305
309
'9.2(2)' ,
306
310
'9.2(3)' ,
307
311
'9.2(4)' ,
308
- '9.3(1)'
312
+ '9.3(1)' ,
313
+ '9.3(2)' ,
314
+ '9.3(3)' ,
315
+ '9.3(4)' ,
316
+ '9.3(5)'
309
317
]
310
318
}
311
319
}
Original file line number Diff line number Diff line change 42
42
'9.2(2)' : '9.2-2' ,
43
43
'9.2(3)' : '9.2-3' ,
44
44
'9.2(4)' : '9.2-4' ,
45
- '9.3(1)' : '9.3-1'
45
+ '9.3(1)' : '9.3-1' ,
46
+ '9.3(2)' : '9.3-2' ,
47
+ '9.3(3)' : '9.3-3' ,
48
+ '9.3(4)' : '9.3-4' ,
49
+ '9.3(5)' : '9.3-5'
46
50
},
47
51
'xe' : {
48
52
'16.3.1' : '1631' ,
57
61
'16.9.3' : '1693' ,
58
62
'16.10.1' : '16101' ,
59
63
'16.11.1' : '16111' ,
60
- '16.12.1' : '16121'
64
+ '16.12.1' : '16121' ,
65
+ '17.1.1' : '1711' ,
66
+ '17.2.1' : '1721'
61
67
},
62
68
'xr' : {
63
69
# '5.3.0': '530',
81
87
'6.5.2' : '652' ,
82
88
'6.5.3' : '653' ,
83
89
'6.6.2' : '662' ,
84
- '7.0.1' : '701'
90
+ '7.0.1' : '701' ,
91
+ '7.0.2' : '702' ,
92
+ '7.1.1' : '711'
85
93
}
86
94
}
87
95
You can’t perform that action at this time.
0 commit comments