Skip to content

Commit

Permalink
Fix interconnect direction doc string for usnistgov#1913
Browse files Browse the repository at this point in the history
The information appears to repeat information about a related prop name
regarding IPv6 connectivity.
  • Loading branch information
aj-stein-gsa committed Nov 19, 2024
1 parent 75abea8 commit 7d0ba86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/metaschema/oscal_implementation-common_metaschema.xml
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@
<enum value="isa-remote-system-name">The name of the remote interconnected system.</enum>
<enum value="ipv4-address">An Internet Protocol Version 4 interconnection address</enum>
<enum value="ipv6-address">An Internet Protocol Version 6 interconnection address</enum>
<enum value="direction">An Internet Protocol Version 6 interconnection address</enum>
<enum value="direction">The direction of network connectivity for the interconnection address</enum>
</allowed-values>
<allowed-values target="prop[has-oscal-namespace('http://csrc.nist.gov/ns/oscal') and @name=('ipv4-address','ipv6-address')]/@class">
<enum value="local">The identified IP address is for this system.</enum>
Expand Down

0 comments on commit 7d0ba86

Please sign in to comment.