mirror_frr/isisd
Donald Sharp 15d133c97e fabricd: Turn off excessive logging when peering will not come up
When fabricd is configured to use an interface and there will be
no peers out that interface, the log file is filling up with:

Oct 04 10:50:03 host2 fabricd[1444769]: [HHXDJ-1DA93] ISIS-Adj (1): Threeway state change Initializing to Up
Oct 04 10:50:03 host2 fabricd[1444769]: [R18GA-MS9R7] OpenFabric: Started initial synchronization with 1111.1111.1111 on enp1s0f1np1
Oct 04 10:50:06 host2 fabricd[1444769]: [HHXDJ-1DA93] ISIS-Adj (1): Threeway state change Up to Initializing
Oct 04 10:50:07 host2 fabricd[1444769]: [NT6J7-1RYRF] OpenFabric: Initial synchronization on enp1s0f1np1 timed out!
Oct 04 10:50:07 host2 fabricd[1444769]: [R18GA-MS9R7] OpenFabric: Started initial synchronization with 3333.3333.3333 on enp1s0f0np0
Oct 04 10:50:08 host2 fabricd[1444769]: [HHXDJ-1DA93] ISIS-Adj (1): Threeway state change Up to Initializing
Oct 04 10:50:11 host2 fabricd[1444769]: [NT6J7-1RYRF] OpenFabric: Initial synchronization on enp1s0f0np0 timed out!
Oct 04 10:50:11 host2 fabricd[1444769]: [HHXDJ-1DA93] ISIS-Adj (1): Threeway state change Initializing to Up
Oct 04 10:50:11 host2 fabricd[1444769]: [R18GA-MS9R7] OpenFabric: Started initial synchronization with 1111.1111.1111 on enp1s0f1np1
Oct 04 10:50:14 host2 fabricd[1444769]: [HHXDJ-1DA93] ISIS-Adj (1): Threeway state change Up to Initializing
Oct 04 10:50:15 host2 fabricd[1444769]: [NT6J7-1RYRF] OpenFabric: Initial synchronization on enp1s0f1np1 timed out!
Oct 04 10:50:16 host2 fabricd[1444769]: [R18GA-MS9R7] OpenFabric: Started initial synchronization with 1111.1111.1111 on enp1s0f1np1
Oct 04 10:50:18 host2 fabricd[1444769]: [HHXDJ-1DA93] ISIS-Adj (1): Threeway state change Initializing to Up

The `Threeway state change..` message is guarded by a debug, but the other 2 are not.
Let's guard those with debugs since the log will be filled up rather quickly
with any sort of aggressive timers.

Signed-off-by: Donald Sharp <sharpd@nvidia.com>
2022-10-04 07:28:51 -04:00
..
.gitignore *: cleanup .gitignore files 2018-09-08 21:30:42 +02:00
AUTHORS Add support of Traffic Engineering to IS-IS 2016-09-03 11:05:50 -04:00
fabricd.c fabricd: Turn off excessive logging when peering will not come up 2022-10-04 07:28:51 -04:00
fabricd.h *: use the current project name (FRRouting) 2020-03-25 17:38:56 -04:00
isis_adjacency.c isisd: changes for code maintainability 2022-08-29 12:27:03 +05:30
isis_adjacency.h Revert "isisd: apply fast-reroute on an adjacency failure" 2022-07-10 21:41:25 +03:00
isis_bfd.c Merge pull request #11434 from donaldsharp/more_test_fixups 2022-06-28 13:06:35 +03:00
isis_bfd.h isisd: rework BFD integration 2021-05-07 12:03:57 +03:00
isis_bpf.c isisd: changes for code maintainability 2022-08-29 12:27:03 +05:30
isis_circuit.c isisd: Correct Valgrind errors 2022-09-02 15:04:35 +02:00
isis_circuit.h Revert "isisd: apply fast-reroute on an adjacency failure" 2022-07-10 21:41:25 +03:00
isis_cli.c isisd: fix prefix-sid last-hop-behavior 2022-07-20 19:25:52 +02:00
isis_common.h *: use C99 standard fixed-width integer types 2018-03-27 15:13:34 -04:00
isis_constants.h isisd: Fix Attach-bit processing 2021-01-20 09:24:35 -05:00
isis_csm.c isisd: allow arbitrary order of area/interface configuration 2021-04-29 17:05:21 +03:00
isis_csm.h isisd: Use enum for circuit state 2021-04-22 15:17:20 -04:00
isis_dlpi.c isisd: changes for code maintainability 2022-08-29 12:27:03 +05:30
isis_dr.c isisd: changes for code maintainability 2022-08-29 12:27:03 +05:30
isis_dr.h *: Change thread->func to return void instead of int 2022-02-23 19:56:04 -05:00
isis_dynhn.c isisd: Convert thread_cancel to THREAD_OFF 2022-07-21 08:30:50 -04:00
isis_dynhn.h isisd: per-instance dynamic hostname cache 2021-06-11 18:30:47 +03:00
isis_errors.c isisd: detect Prefix-SID collisions and handle them appropriately 2020-11-04 17:12:30 -03:00
isis_errors.h isisd: detect Prefix-SID collisions and handle them appropriately 2020-11-04 17:12:30 -03:00
isis_events.c isisd: Convert thread_cancel to THREAD_OFF 2022-07-21 08:30:50 -04:00
isis_events.h *: Change thread->func to return void instead of int 2022-02-23 19:56:04 -05:00
isis_flags.c *: use C99 standard fixed-width integer types 2018-03-27 15:13:34 -04:00
isis_flags.h *: use C99 standard fixed-width integer types 2018-03-27 15:13:34 -04:00
isis_ldp_sync.c isisd: changes for code maintainability 2022-08-29 20:37:32 +05:30
isis_ldp_sync.h isisd: fix ldp-sync configuration 2021-04-29 17:05:21 +03:00
isis_lfa.c isisd: Convert thread_cancel to THREAD_OFF 2022-07-21 08:30:50 -04:00
isis_lfa.h isisd: kill isis_memory.h, use MTYPE_STATIC 2021-03-22 18:27:58 +01:00
isis_lsp.c isisd: Convert thread_cancel to THREAD_OFF 2022-07-21 08:30:50 -04:00
isis_lsp.h Merge pull request #10701 from rampxxxx/feat_isis_json_show_cmds 2022-03-08 11:15:25 -05:00
isis_main.c *: Convert quagga_signal_X to frr_signal_X 2021-11-11 14:41:27 -05:00
isis_misc.c isisd: per-instance dynamic hostname cache 2021-06-11 18:30:47 +03:00
isis_misc.h isisd: minor cleanup 2020-08-26 20:16:19 -03:00
isis_mt.c isisd: replace ipv4-unicast with standard in config and oper contexts 2022-06-02 21:20:45 +02:00
isis_mt.h isisd: replace ipv4-unicast with standard in config and oper contexts 2022-06-02 21:20:45 +02:00
isis_nb_config.c isisd: Fix memory leak on shutdown with prefix lists 2022-09-20 10:44:42 -04:00
isis_nb_notifications.c isisd: fix #10505 using base64 encoding 2022-02-22 15:27:30 -05:00
isis_nb_state.c isisd, yang: move IS-IS interface state data to the appropriate place 2020-05-15 23:47:43 -03:00
isis_nb.c isisd: replace ipv4-unicast with standard in config and oper contexts 2022-06-02 21:20:45 +02:00
isis_nb.h isisd: replace ipv4-unicast with standard in config and oper contexts 2022-06-02 21:20:45 +02:00
isis_network.h *: use C99 standard fixed-width integer types 2018-03-27 15:13:34 -04:00
isis_pdu_counter.c Minor adjustments to address CI warnings 2018-12-12 00:23:23 +00:00
isis_pdu_counter.h isisd: Provide statistics about sent/received PDU count 2018-12-07 19:45:14 +00:00
isis_pdu.c isisd: Convert thread_cancel to THREAD_OFF 2022-07-21 08:30:50 -04:00
isis_pdu.h *: Fix spelling of accomodate 2022-04-19 08:29:58 -04:00
isis_pfpacket.c isisd: changes for code maintainability 2022-08-29 20:37:32 +05:30
isis_redist.c *: Use autocomplete for route-maps under commands that require it 2022-06-13 21:00:51 +03:00
isis_redist.h isisd: fix redistribution in vrf 2021-05-14 17:12:35 +03:00
isis_route.c Revert "isisd: apply fast-reroute on an adjacency failure" 2022-07-10 21:41:25 +03:00
isis_route.h Revert "isisd: apply fast-reroute on an adjacency failure" 2022-07-10 21:41:25 +03:00
isis_routemap.c isisd: added support for routemap match tag in redistribution 2021-03-05 22:12:00 +00:00
isis_routemap.h *: reindent 2017-07-17 14:04:07 +02:00
isis_snmp.c isisd: Let's use an actual NULL pointer to test for a NULL pointer 2022-06-23 13:29:19 -04:00
isis_spf_private.h isisd: kill isis_memory.h, use MTYPE_STATIC 2021-03-22 18:27:58 +01:00
isis_spf.c isisd: changes for code maintainability 2022-08-29 20:37:32 +05:30
isis_spf.h Revert "isisd: apply fast-reroute on an adjacency failure" 2022-07-10 21:41:25 +03:00
isis_sr.c isisd: Correct Valgrind errors 2022-09-02 15:04:35 +02:00
isis_sr.h *: require semicolon after DEFINE_<typesafe...> 2021-03-17 06:18:39 +01:00
isis_te.c isisd: Correct Valgrind errors 2022-09-02 15:04:35 +02:00
isis_te.h isisd: Correct Valgrind errors 2022-09-02 15:04:35 +02:00
isis_tlvs.c isisd: Correct Valgrind errors 2022-09-02 15:04:35 +02:00
isis_tlvs.h isisd: Correct Valgrind errors 2022-09-02 15:04:35 +02:00
isis_tx_queue.c isisd: Convert thread_cancel to THREAD_OFF 2022-07-21 08:30:50 -04:00
isis_tx_queue.h *: use the current project name (FRRouting) 2020-03-25 17:38:56 -04:00
isis_vty_fabricd.c isisd: using argv as a string name is categorically wrong 2021-06-22 13:03:00 -04:00
isis_zebra.c isisd: Prepare IS-IS for Link State support 2021-11-30 15:22:28 +01:00
isis_zebra.h isisd: Prepare IS-IS for Link State support 2021-11-30 15:22:28 +01:00
isisd.c isisd: Fix memory leak on shutdown with prefix lists 2022-09-20 10:44:42 -04:00
isisd.h isisd: Fix memory leak on shutdown with prefix lists 2022-09-20 10:44:42 -04:00
iso_checksum.c *: use C99 standard fixed-width integer types 2018-03-27 15:13:34 -04:00
iso_checksum.h *: use C99 standard fixed-width integer types 2018-03-27 15:13:34 -04:00
Makefile build: non-recursive isisd 2017-08-04 11:09:50 +02:00
README More cleanup in isisd. 2005-01-01 21:12:56 +00:00
subdir.am build: fix AM_LDFLAGS usage (and gcov) 2021-07-21 17:10:08 +02:00

Constraints

  o Maximum number of interfaces 255