]> git.proxmox.com Git - mirror_frr.git/commitdiff
pim6d: Removing the temporary enabled debugs.
authorAbhishek N R <abnr@vmware.com>
Fri, 5 Aug 2022 10:20:16 +0000 (03:20 -0700)
committerAbhishek N R <abnr@vmware.com>
Mon, 8 Aug 2022 05:45:42 +0000 (22:45 -0700)
Debug pimv6 cli's are implemented.
Therefore removing this.

Signed-off-by: Abhishek N R <abnr@vmware.com>
pimd/pim6_main.c

index b3f4e4256c7353504c9ebc6da9b1a3219771a8c3..e0b5a87e059a7c2c35057bc1cc7619648ab611a3 100644 (file)
@@ -161,8 +161,6 @@ int main(int argc, char **argv, char **envp)
        }
 
        pim_router_init();
-       /* TODO PIM6: temporary enable all debugs, remove later in PIMv6 work */
-       router->debugs = ~0U;
 
        access_list_init();
        prefix_list_init();