]> git.puffer.fish Git - matthieu/frr.git/commit
ospfd: cleanup ospf_flood debugs
authorTrey Aspelund <taspelund@nvidia.com>
Sat, 13 Feb 2021 05:08:19 +0000 (05:08 +0000)
committerTrey Aspelund <taspelund@nvidia.com>
Sat, 13 Feb 2021 05:17:05 +0000 (05:17 +0000)
commit9d51b28c3e2f57f390b21ccfe050f04ce781e320
tree7a14761389c40c9e23a94eff85b20767265b1bb5
parentb1b277fbd284a30090caf1ad3094b6ee6cf308d2
ospfd: cleanup ospf_flood debugs

Replaces some hard-coded function names with __func__,
adds some additional references to neighbor/interface,
and cleans up some debug strings to be more readable.

Signed-off-by: Trey Aspelund <taspelund@nvidia.com>
ospfd/ospf_flood.c