mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-13 19:39:28 +00:00
yang: replace an empty pattern with a zero-length restriction
No functional difference, but `length "0"` is more comprehensible. Suggested-by: Christian Hopps <chopps@labn.net> Signed-off-by: Igor Ryzhov <iryzhov@nfware.com>
This commit is contained in:
parent
31df775552
commit
405ebe45cf
@ -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";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user