mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-06 06:14:35 +00:00
zebra: make the dplane pthread name consistent
Make the dplane pthread's name consistent (lower-case) with other pthreads. Signed-off-by: Mark Stapp <mjs@voltanet.io>
This commit is contained in:
parent
3c1c172f02
commit
0eca319cc0
@ -3023,7 +3023,7 @@ void zebra_dplane_start(void)
|
||||
/* Start dataplane pthread */
|
||||
|
||||
zdplane_info.dg_pthread = frr_pthread_new(&pattr, "Zebra dplane thread",
|
||||
"Zebra dplane");
|
||||
"zebra_dplane");
|
||||
|
||||
zdplane_info.dg_master = zdplane_info.dg_pthread->master;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user