mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-11-02 16:25:18 +00:00
Merge pull request #4823 from mjstapp/fix_dplane_thread_name
zebra: make the dplane pthread name consistent
This commit is contained in:
commit
0870ea2ea6
@ -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