]> git.puffer.fish Git - mirror/frr.git/commit
ospfd: Do not always debug joining AllDRouters Multicast group
authorDonald Sharp <sharpd@nvidia.com>
Mon, 28 Nov 2022 13:53:20 +0000 (08:53 -0500)
committerDonald Sharp <sharpd@nvidia.com>
Mon, 28 Nov 2022 13:53:20 +0000 (08:53 -0500)
commit15e78e64b41f166ad2176977b6c6eb4d698344e0
treef07f9ac42dadd4f565e981d8aeb0a40707eaf9e9
parent74f3656d12b5a99160aeabea2784514bf22548fa
ospfd: Do not always debug joining AllDRouters Multicast group

My log file is filling up with:
2022-11-26 13:24:47.532 [DEBG] ospfd: [RY794-DQ7AK] interface 192.168.119.229 [2] join AllDRouters Multicast group.

Every 1/2 hour.  There is nothing an operator needs to do here and nothing
that they can change.  Let's guard this output.

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