Skip to content

Commit e245481

Browse files
added VersionHistory + fixed typo in trigger ID
Change-Id: Ieee0ef196d5b0d0408e4b361e39267e3e0dfde33
1 parent af56205 commit e245481

File tree

2 files changed

+23
-9
lines changed

2 files changed

+23
-9
lines changed

Protocol Development checklist.docx

165 Bytes
Binary file not shown.

protocol.xml

+23-9
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Any inquiries can be addressed to:
4747
<Protocol xmlns="http://www.skyline.be/protocol">
4848
<Name>SLC SDF SNMP Base</Name>
4949
<Description>SLC SDF SNMP Base DataMiner driver</Description>
50-
<Version>1.0.0.3</Version>
50+
<Version>1.0.0.4</Version>
5151
<IntegrationID>DMS-DRV-0000</IntegrationID>
5252
<Provider>Skyline Communications</Provider>
5353
<Vendor>Skyline</Vendor>
@@ -69,7 +69,7 @@ Any inquiries can be addressed to:
6969
<Description>After Startup</Description>
7070
<Type>dummy</Type>
7171
</Param>
72-
72+
7373
<Param id="10">
7474
<Name>Fixed_0</Name>
7575
<Description>Fixed 0</Description>
@@ -94,7 +94,7 @@ Any inquiries can be addressed to:
9494
<Value>1</Value>
9595
</Interprete>
9696
</Param>
97-
97+
9898
<Param id="91">
9999
<Name>sysUptimeTimeoutTrigger</Name>
100100
<Type>dummy</Type>
@@ -459,7 +459,7 @@ This value should include the full name and version identification of the system
459459
<Type lines="5">string</Type>
460460
</Measurement>
461461
</Param>
462-
462+
463463
<Param id="991">
464464
<Name>IfTableTimeoutTrigger</Name>
465465
<Description>Interface Table Timeout Trigger</Description>
@@ -2577,7 +2577,7 @@ Currently only calculated for Ethernet interfaces.
25772577
<Type>string</Type>
25782578
</Measurement>
25792579
</Param>
2580-
2580+
25812581
<Param id="1091">
25822582
<Name>ifXTableTimeoutTrigger</Name>
25832583
<Description>InterfaceX Table Timeout Trigger</Description>
@@ -3619,7 +3619,7 @@ Currently only calculated for Ethernet interfaces.
36193619
<Type>string</Type>
36203620
</Measurement>
36213621
</Param>
3622-
3622+
36233623
<Param id="1190">
36243624
<Name>interfacesRawTablesPageButton</Name>
36253625
<Type>write</Type>
@@ -3734,7 +3734,7 @@ Currently only calculated for Ethernet interfaces.
37343734
</Discreets>
37353735
</Measurement>
37363736
</Param>
3737-
3737+
37383738
<Param id="1199" trending="false">
37393739
<Name>interfacesDisplayKey</Name>
37403740
<Description>Key (Interfaces)</Description>
@@ -6256,7 +6256,7 @@ This was felt to be sufficiently valuable to justify the redundancy.]]>
62566256
</Discreets>
62576257
</Measurement>
62586258
</Param>
6259-
6259+
62606260
<Param id="1300" trending="false">
62616261
<Name>dot3StatsTable</Name>
62626262
<Description>Ethernet Interfaces</Description>
@@ -6612,7 +6612,7 @@ This was felt to be sufficiently valuable to justify the redundancy.]]>
66126612
<Id>1100</Id>
66136613
</Content>
66146614
</Trigger>
6615-
<Trigger id="111">
6615+
<Trigger id="1191">
66166616
<Name>MergeInterfaceTableCheckTrigger</Name>
66176617
<Type>action</Type>
66186618
<Content>
@@ -6809,6 +6809,20 @@ This was felt to be sufficiently valuable to justify the redundancy.]]>
68096809
<TaskId>198352</TaskId>
68106810
</References>
68116811
</MinorVersion>
6812+
<MinorVersion id="4" basedOn="1.0.0.3">
6813+
<Date>2023-06-26</Date>
6814+
<Provider>
6815+
<Author>RSP</Author>
6816+
<Company>Skyline Communications</Company>
6817+
</Provider>
6818+
<Changes>
6819+
<Fix>Race condition on uptime on device restart</Fix>
6820+
<Change>Moved merging tables logic to dedicated trigger.</Change>
6821+
</Changes>
6822+
<References>
6823+
<TaskId>198352</TaskId>
6824+
</References>
6825+
</MinorVersion>
68126826
</MinorVersions>
68136827
</MajorVersion>
68146828
</MajorVersions>

0 commit comments

Comments
 (0)