From: Sai Gomathi N Date: Tue, 2 Aug 2022 12:50:02 +0000 (-0700) Subject: pim6d: Removing the to-do item in pimv6 debug X-Git-Tag: base_8.4~156^2~1 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=2af7b0450bead3776659ef54aec706f0dfdc4594;p=matthieu%2Ffrr.git pim6d: Removing the to-do item in pimv6 debug Removing the temporary enabling of all debugs for pimv6 Signed-off-by: Sai Gomathi N --- diff --git a/pimd/pim6_main.c b/pimd/pim6_main.c index b3f4e4256c..e0b5a87e05 100644 --- a/pimd/pim6_main.c +++ b/pimd/pim6_main.c @@ -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();