Skip to content

Commit edab6c5

Browse files
PavolVicanrkrejci
authored andcommitted
yang file BUGFIX apply eratta of RFC 6728
1 parent 45ecf55 commit edab6c5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/schema/yang/ietf/ietf-ipfix-psamp.yang

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ module ietf-ipfix-psamp {
257257
typedef ieNameType {
258258
type string {
259259
length "1..max";
260-
pattern "\S+";
260+
pattern '\S+';
261261
}
262262
description "Type for Information Element names. Whitespaces
263263
are not allowed.";
@@ -277,7 +277,7 @@ module ietf-ipfix-psamp {
277277
typedef nameType {
278278
type string {
279279
length "1..max";
280-
pattern "\S(.*\S)?";
280+
pattern '\S(.*\S)?';
281281
}
282282
description "Type for 'name' leafs, which are used to identify
283283
specific instances within lists, etc.

0 commit comments

Comments
 (0)