Skip to content
This repository was archived by the owner on Oct 2, 2024. It is now read-only.

Commit b139c75

Browse files
committed
Merge pull request #141 from tannerdc/master
Added support for sunrpc_tcp and sunrpc_udp endpoints
2 parents 68e45ba + eeabcda commit b139c75

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed

unix-definitions-schema.xsd

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2589,6 +2589,16 @@
25892589
<xsd:documentation>The tli value is used to describe all TLI endpoints.</xsd:documentation>
25902590
</xsd:annotation>
25912591
</xsd:enumeration>
2592+
<xsd:enumeration value="sunrpc_tcp">
2593+
<xsd:annotation>
2594+
<xsd:documentation>The sunrpc_tcp value is used to describe all SUNRPC TCP endpoints.</xsd:documentation>
2595+
</xsd:annotation>
2596+
</xsd:enumeration>
2597+
<xsd:enumeration value="sunrpc_udp">
2598+
<xsd:annotation>
2599+
<xsd:documentation>The sunrpc_udp value is used to describe all SUNRPC UDP endpoints.</xsd:documentation>
2600+
</xsd:annotation>
2601+
</xsd:enumeration>
25922602
<xsd:enumeration value="">
25932603
<xsd:annotation>
25942604
<xsd:documentation>The empty string value is permitted here to allow for empty elements associated with variable references.</xsd:documentation>

unix-system-characteristics-schema.xsd

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1181,6 +1181,16 @@
11811181
<xsd:documentation>The tli value is used to describe all TLI endpoints.</xsd:documentation>
11821182
</xsd:annotation>
11831183
</xsd:enumeration>
1184+
<xsd:enumeration value="sunrpc_tcp">
1185+
<xsd:annotation>
1186+
<xsd:documentation>The sunrpc_tcp value is used to describe all SUNRPC TCP endpoints.</xsd:documentation>
1187+
</xsd:annotation>
1188+
</xsd:enumeration>
1189+
<xsd:enumeration value="sunrpc_udp">
1190+
<xsd:annotation>
1191+
<xsd:documentation>The sunrpc_udp value is used to describe all SUNRPC UDP endpoints.</xsd:documentation>
1192+
</xsd:annotation>
1193+
</xsd:enumeration>
11841194
<xsd:enumeration value="">
11851195
<xsd:annotation>
11861196
<xsd:documentation>The empty string value is permitted here to allow for detailed error reporting.</xsd:documentation>

0 commit comments

Comments
 (0)