]> git.proxmox.com Git - mirror_frr.git/commit - bfdd/bfd.h
bfdd: add debug fine tuning capabilities
authorRafael Zalamena <rzalamena@opensourcerouting.org>
Mon, 13 Apr 2020 10:36:23 +0000 (07:36 -0300)
committerRafael Zalamena <rzalamena@opensourcerouting.org>
Tue, 14 Apr 2020 12:35:08 +0000 (09:35 -0300)
commit48da2c316908f8f841875f1e797de7cb8fb3b714
tree094bc826532dcce8a829dadbf23bbfc0815455fe
parentf32b16b09f78060445ce1af6d9f45dd413fa71fb
bfdd: add debug fine tuning capabilities

Move most of the log messages to debug guards so they only get activated
if the user configured the proper debug level.

Current debug levels:
- Peer events.
- Zebra events.
- Network layer debugs.

Signed-off-by: Rafael Zalamena <rzalamena@opensourcerouting.org>
bfdd/bfd.c
bfdd/bfd.h
bfdd/bfd_packet.c
bfdd/bfdd_vty.c
bfdd/ptm_adapter.c