]> git.puffer.fish Git - matthieu/frr.git/commit
ospfd: Add vrf name to debug functions in ospf_zebra.c
authorDonald Sharp <sharpd@nvidia.com>
Wed, 18 Sep 2024 13:52:49 +0000 (09:52 -0400)
committerDonald Sharp <sharpd@nvidia.com>
Wed, 18 Sep 2024 13:52:49 +0000 (09:52 -0400)
commit9f149fabd440aa06b558ce253a3567cdba3592ca
tree7b9a0d2af5185a33f27441cf263f2f880956054c
parentd1af3910b6e53a8e9db949b8eae8f9387362a5a9
ospfd: Add vrf name to debug functions in ospf_zebra.c

This file had a bunch of debugs that were operating on
specific vrf's but not telling you which vrf this was
happening in.  Add code to allow operator debugging
to understand what vrf is being worked on.

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