mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-12 12:32:41 +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 inet:ip-address;
|
||||
type string {
|
||||
pattern "";
|
||||
length "0";
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user