]> git.proxmox.com Git - mirror_frr.git/commit - ospfd/ospf_nsm.c
ospfd: Add/fix some debugs to handle vrf
authorDonald Sharp <sharpd@cumulusnetworks.com>
Thu, 7 Nov 2019 00:49:06 +0000 (19:49 -0500)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Tue, 19 Nov 2019 12:47:19 +0000 (07:47 -0500)
commit868a0861d2619ee4681132ece26349ea1ddd2d43
tree2e39d4e073b3a58d47b38b44fb1d1aea56582d0d
parent88b6b28ef33ff3c80ca4504c882735d3847279fc
ospfd: Add/fix some debugs to handle vrf

This commit has:
The received packet path in ospf, had absolutely no debugs associated with
it.  This makes it extremely hard to know when we receive packets for
consumption.  Add some breadcrumbs to this end.

Large chunks of commands have no ability to debug what is happening
in what vrf.  With ip overlap X vrf this becomes a bit of a problem
Add some breadcrumbs here.

Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
ospfd/ospf_asbr.c
ospfd/ospf_flood.c
ospfd/ospf_interface.c
ospfd/ospf_nsm.c
ospfd/ospf_packet.c