Merge pull request #9737 from idryzhov/yang-pattern

This commit is contained in:
Quentin Young 2021-10-07 14:29:07 -04:00 committed by GitHub
commit 032671d363
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -61,7 +61,7 @@ module frr-nexthop {
type union { type union {
type inet:ip-address; type inet:ip-address;
type string { type string {
pattern ""; length "0";
} }
} }
} }