diff options
| author | Sai Gomathi N <nsaigomathi@vmware.com> | 2022-08-02 05:50:02 -0700 | 
|---|---|---|
| committer | Sai Gomathi N <nsaigomathi@vmware.com> | 2022-08-02 05:50:02 -0700 | 
| commit | 2af7b0450bead3776659ef54aec706f0dfdc4594 (patch) | |
| tree | 141124227c4a484603863fc48e3a46ef404e931f /pimd/pim6_main.c | |
| parent | 1f2ecfe5abc8dbf0dd9fa774a11d3d2660a94bcc (diff) | |
pim6d: Removing the to-do item in pimv6 debug
Removing the temporary enabling of all debugs for pimv6
Signed-off-by: Sai Gomathi N <nsaigomathi@vmware.com>
Diffstat (limited to 'pimd/pim6_main.c')
| -rw-r--r-- | pimd/pim6_main.c | 2 | 
1 files changed, 0 insertions, 2 deletions
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();  | 
