]> git.proxmox.com Git - mirror_frr.git/commit - ospfd/ospf_ism.c
ospfd: Do not auto-debug DR-Election notifications
authorDonald Sharp <sharpd@nvidia.com>
Mon, 28 Nov 2022 13:57:38 +0000 (08:57 -0500)
committerDonald Sharp <sharpd@nvidia.com>
Mon, 28 Nov 2022 13:57:38 +0000 (08:57 -0500)
commit7b7ca2d31938c6420c9fc795592fcef9811c6bbe
tree80b3655c6661465116c775a2abc27cc3d02f633e
parent15e78e64b41f166ad2176977b6c6eb4d698344e0
ospfd: Do not auto-debug DR-Election notifications

Every 1/2 hour my logs are filling up with this:
2022-11-26 13:54:47.531 [DEBG] ospfd: [P4PQ9-K4XFD] DR-Election[1st]: Backup 192.168.119.229
2022-11-26 13:54:47.531 [DEBG] ospfd: [HBZ7F-65Y86] DR-Election[1st]: DR     192.168.119.229
2022-11-26 13:54:47.531 [DEBG] ospfd: [H01MF-RN00N] DR-Election[2nd]: Backup 0.0.0.0
2022-11-26 13:54:47.531 [DEBG] ospfd: [R7BJ4-KP8JT] DR-Election[2nd]: DR     192.168.119.229

This should be guarded by an if check to ensure that the operator really
wants to see this.

Signed-off-by: Donald Sharp <sharpd@nvidia.com>
ospfd/ospf_ism.c