frr/ospfd
Satheesh Kumar K e6a22aeb42 ospfd: Adding Debugs to dump OSPF DD Seqnumber
Recently Lot of issues are seen in  OSPF adjacnecy establishements,
sessions was tear down because of DD Sequence Number mismatch.

adding Debugs to capture Master & slave generated sequence numbers.

Signed-off-by: Satheesh Kumar K <sathk@cumulusnetworks.com>
2019-11-14 01:16:05 -08:00
..
.gitignore *: cleanup .gitignore files 2018-09-08 21:30:42 +02:00
ChangeLog.opaque.txt Initial revision 2003-02-03 16:31:16 +00:00
Makefile build: non-recursive ospf* 2017-08-04 11:09:50 +02:00
OSPF-ALIGNMENT.txt *: Remove cvs control points 2017-12-05 17:28:12 -05:00
ospf_abr.c ospfd: handling of OSPF_AREA_RANGE_ADVERTISE flag 2018-09-24 21:46:16 -07:00
ospf_abr.h *: use C99 standard fixed-width integer types 2018-03-27 15:13:34 -04:00
ospf_api.c *: remove trailing newlines from zlog messages 2019-03-14 18:41:15 +00:00
ospf_api.h *: use C99 standard fixed-width integer types 2018-03-27 15:13:34 -04:00
ospf_apiserver.c ospfd: remove empty debug 2019-03-19 10:47:00 -04:00
ospf_apiserver.h *: use C99 standard fixed-width integer types 2018-03-27 15:13:34 -04:00
ospf_asbr.c *: remove casts of XMALLOC / XCALLOC 2019-02-25 23:00:46 +00:00
ospf_asbr.h ospfd: Remove unused function 2018-08-21 08:40:51 -04:00
ospf_ase.c *: strip trailing whitespace 2019-09-30 16:44:43 +00:00
ospf_ase.h *: reindent 2017-07-17 14:04:07 +02:00
ospf_bfd.c ospf: BFD down not tearing down OSPF adjacency for point-to-point network 2019-10-31 11:11:44 +00:00
ospf_bfd.h bgpd/ospfd: make bgp and ospf json response a bit more consistent 2018-08-30 12:40:18 +00:00
ospf_dump.c ospfd: strncpy -> strlcpy 2019-02-26 20:50:17 +00:00
ospf_dump.h ospfd: fix symbol collision 2018-10-01 18:18:42 +02:00
ospf_dump_api.c *: use C99 standard fixed-width integer types 2018-03-27 15:13:34 -04:00
ospf_dump_api.h *: use C99 standard fixed-width integer types 2018-03-27 15:13:34 -04:00
ospf_errors.c *: Fix spelling errors pointed out by debian packaging 2019-08-19 10:36:53 -04:00
ospf_errors.h ospfd: ospfd core if hello packet exceeds link MTU 2019-01-27 20:27:58 -08:00
ospf_ext.c *: list_delete_and_null() -> list_delete() 2018-10-02 11:40:52 +02:00
ospf_ext.h *: conform with COMMUNITY.md formatting rules, via 'make indent' 2018-03-06 14:04:32 -05:00
ospf_flood.c ospfd: re-fix default origination check 2019-08-02 11:29:03 +02:00
ospf_flood.h ospfd: OSPFv2 VRF Support 2017-10-03 09:15:19 -07:00
ospf_ia.c bgpd isisd ospf6d ospfd: variable shadowing fixes 2018-09-12 16:44:36 +02:00
ospf_ia.h *: reindent 2017-07-17 14:04:07 +02:00
ospf_interface.c lib, ospfd, zebra: Convert interface_delete to take double pointer 2019-11-02 16:13:44 -04:00
ospf_interface.h *: Convert zapi->interface_delete to ifp callback 2019-09-19 13:34:06 -04:00
ospf_ism.c *: remove useless return variables 2019-02-25 23:00:16 +00:00
ospf_ism.h ospfd: Do not turn on write thread unless we have something in it 2019-08-30 16:48:07 -04:00
ospf_lsa.c *: strip trailing whitespace 2019-09-30 16:44:43 +00:00
ospf_lsa.h Revert "ospfd: remove default origin max age lsa" 2019-08-02 11:29:03 +02:00
ospf_lsdb.c ospfd: replace pqueue_* with DECLARE_SKIPLIST 2019-04-27 19:33:45 +02:00
ospf_lsdb.h ospfd: replace pqueue_* with DECLARE_SKIPLIST 2019-04-27 19:33:45 +02:00
ospf_main.c ospfd: do not create default ospf instance 2019-08-27 15:08:50 +02:00
ospf_memory.c OSPF: Add support to multi-area to Router Info. 2018-11-09 10:09:47 +01:00
ospf_memory.h OSPF: Add support to multi-area to Router Info. 2018-11-09 10:09:47 +01:00
ospf_neighbor.c ospfd,eigrpd: don't take address of packed struct member 2019-11-11 12:22:38 -05:00
ospf_neighbor.h *: use C99 standard fixed-width integer types 2018-03-27 15:13:34 -04:00
ospf_network.c *: frr_elevate_privs -> frr_with_privs 2019-09-03 17:18:35 +02:00
ospf_network.h ospfd: basic support for VRF NETNS backend 2018-02-27 11:11:24 +01:00
ospf_nsm.c ospfd: Adding Debugs to dump OSPF DD Seqnumber 2019-11-14 01:16:05 -08:00
ospf_nsm.h *: reindent 2017-07-17 14:04:07 +02:00
ospf_opaque.c ospfd: Function order caused use after free. 2019-11-11 10:17:31 -05:00
ospf_opaque.h *: use C99 standard fixed-width integer types 2018-03-27 15:13:34 -04:00
ospf_packet.c ospfd: Adding Debugs to dump OSPF DD Seqnumber 2019-11-14 01:16:05 -08:00
ospf_packet.h ospfd: tighten up what functions can be used outside of ospf_packet.c 2019-08-30 16:48:07 -04:00
ospf_ri.c *: remove trailing newlines from zlog messages 2019-03-14 18:41:15 +00:00
ospf_ri.h OSPF: Add support to multi-area to Router Info. 2018-11-09 10:09:47 +01:00
ospf_route.c Treewide: use ANSI function definitions 2019-01-24 11:21:59 +01:00
ospf_route.h *: use C99 standard fixed-width integer types 2018-03-27 15:13:34 -04:00
ospf_routemap.c lib: Introducing a 3rd state for route-map match cmd: RMAP_NOOP 2019-07-22 08:08:13 -07:00
ospf_snmp.c *: remove trailing newlines from zlog messages 2019-03-14 18:41:15 +00:00
ospf_spf.c *: s/TRUE/true/, s/FALSE/false/ 2019-07-01 17:26:05 +00:00
ospf_spf.h ospfd: replace pqueue_* with DECLARE_SKIPLIST 2019-04-27 19:33:45 +02:00
ospf_sr.c ospfd: avoid installing SR FTNs twice 2019-09-10 00:37:00 -03:00
ospf_sr.h zebra: identify MPLS FTNs by route type and instance 2019-09-06 21:06:11 -03:00
ospf_te.c Revert "Ospf missing interface handling 2" 2019-06-23 19:46:39 -04:00
ospf_te.h *: use C99 standard fixed-width integer types 2018-03-27 15:13:34 -04:00
ospf_vty.c *: remove redundant brackets in commands 2019-10-08 15:31:40 +03:00
ospf_vty.h ospfd: buffer termination (Coverity 23089) 2018-06-14 17:43:19 +02:00
ospf_zebra.c *: Convert connected_free to a double pointer 2019-11-02 16:13:44 -04:00
ospf_zebra.h *: Convert zapi->interface_delete to ifp callback 2019-09-19 13:34:06 -04:00
ospfd.c *: Switch all zclient->interface_add to interface create callback 2019-09-19 13:34:06 -04:00
ospfd.conf.sample Initial revision 2002-12-13 20:15:29 +00:00
ospfd.h ospfd: kill totally misnamed "timers" 2019-08-02 11:29:03 +02:00
subdir.am build: fix a whole bunch of *FLAGS 2019-01-30 19:13:51 +01:00