mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-04-28 11:50:21 +00:00
lib, yang: Fix spellinig of miliseconds
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
This commit is contained in:
parent
61879cab13
commit
94202742fb
@ -751,7 +751,7 @@ void thread_master_free(struct thread_master *m)
|
||||
XFREE(MTYPE_THREAD_MASTER, m);
|
||||
}
|
||||
|
||||
/* Return remain time in miliseconds. */
|
||||
/* Return remain time in milliseconds. */
|
||||
unsigned long thread_timer_remain_msec(struct thread *thread)
|
||||
{
|
||||
int64_t remain;
|
||||
|
@ -86,7 +86,7 @@ submodule frr-bgp-bmp {
|
||||
type uint32 {
|
||||
range "100..86400000";
|
||||
}
|
||||
units "miliseconds";
|
||||
units "milliseconds";
|
||||
default "30000";
|
||||
description
|
||||
"Minimum connection retry interval.";
|
||||
@ -96,7 +96,7 @@ submodule frr-bgp-bmp {
|
||||
type uint32 {
|
||||
range "100..86400000";
|
||||
}
|
||||
units "miliseconds";
|
||||
units "milliseconds";
|
||||
default "720000";
|
||||
description
|
||||
"Maximum connection retry interval.";
|
||||
@ -170,7 +170,7 @@ submodule frr-bgp-bmp {
|
||||
type uint32 {
|
||||
range "100..86400000";
|
||||
}
|
||||
units "miliseconds";
|
||||
units "milliseconds";
|
||||
description
|
||||
"Interval to send BMP Stats.";
|
||||
}
|
||||
|
@ -159,7 +159,7 @@ submodule frr-bgp-common-structure {
|
||||
type uint16 {
|
||||
range "50..60000";
|
||||
}
|
||||
units "miliseconds";
|
||||
units "milliseconds";
|
||||
default "300";
|
||||
description
|
||||
"Required min receive interval.";
|
||||
@ -170,7 +170,7 @@ submodule frr-bgp-common-structure {
|
||||
type uint16 {
|
||||
range "50..60000";
|
||||
}
|
||||
units "miliseconds";
|
||||
units "milliseconds";
|
||||
default "300";
|
||||
description
|
||||
"Desired min transmit interval.";
|
||||
|
@ -444,7 +444,7 @@ submodule frr-bgp-common {
|
||||
type uint32 {
|
||||
range "0..4294967295";
|
||||
}
|
||||
units "miliseconds";
|
||||
units "milliseconds";
|
||||
default "1000";
|
||||
description
|
||||
"Configures the Subgroup coalesce timer.";
|
||||
|
Loading…
Reference in New Issue
Block a user