You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to use the provided models for 19.2R1 with libyang. However, some regular expressions cannot be processed by libyang. They just seem to be invalid:
description "DSCP-IPV6 code point";
type union {
type string {
pattern "\*";
}
type string;
}
Shouldn't be "\*" just ".*"? This pattern is used at multiple places in junos-conf-class-of-service and junos-conf-dynamic-profiles.
The text was updated successfully, but these errors were encountered:
I am trying to use the provided models for 19.2R1 with libyang. However, some regular expressions cannot be processed by libyang. They just seem to be invalid:
Shouldn't be
"\*"
just".*"
? This pattern is used at multiple places injunos-conf-class-of-service
andjunos-conf-dynamic-profiles
.The text was updated successfully, but these errors were encountered: