]> git.proxmox.com Git - mirror_frr.git/blobdiff - pimd/pim_vxlan.c
Merge pull request #5288 from SumitAgarwal123/bfd_docs
[mirror_frr.git] / pimd / pim_vxlan.c
index d2648fad50a1da69118d1e8e8b2b95327c263e13..33e3b2340c2ec0253c2cd72aa756f6f0cd2fb259 100644 (file)
@@ -115,7 +115,7 @@ static void pim_vxlan_init_work(void)
        vxlan_info.max_work_cnt = PIM_VXLAN_WORK_MAX;
        vxlan_info.flags |= PIM_VXLANF_WORK_INITED;
        vxlan_info.work_list = list_new();
-       pim_vxlan_work_timer_setup(TRUE /* start */);
+       pim_vxlan_work_timer_setup(true/* start */);
 }
 
 static void pim_vxlan_add_work(struct pim_vxlan_sg *vxlan_sg)