Skip to content

Commit 664c81d

Browse files
authored
Merge pull request #5148 from yahyacivelek/current
T8587: fix XML data type from u32 to u64 where range exceeds uint32 max
2 parents d21c6c2 + d58ca8f commit 664c81d

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

interface-definitions/service_lldp.xml.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@
142142
<properties>
143143
<help>ECS ELIN (Emergency location identifier number)</help>
144144
<valueHelp>
145-
<format>u32:0-9999999999</format>
145+
<format>u64:0-9999999999</format>
146146
<description>Emergency Call Service ELIN number (between 10-25 numbers)</description>
147147
</valueHelp>
148148
<constraint>

interface-definitions/vpn_ipsec.xml.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@
129129
<properties>
130130
<help>Security Association byte count to expire</help>
131131
<valueHelp>
132-
<format>u32:1024-26843545600000</format>
132+
<format>u64:1024-26843545600000</format>
133133
<description>SA life in bytes</description>
134134
</valueHelp>
135135
<constraint>
@@ -141,7 +141,7 @@
141141
<properties>
142142
<help>Security Association packet count to expire</help>
143143
<valueHelp>
144-
<format>u32:1000-26843545600000</format>
144+
<format>u64:1000-26843545600000</format>
145145
<description>SA life in packets</description>
146146
</valueHelp>
147147
<constraint>

0 commit comments

Comments
 (0)