diff options
author | Renato Westphal <renato@opensourcerouting.org> | 2020-09-20 18:21:53 +0200 |
---|---|---|
committer | Renato Westphal <renato@opensourcerouting.org> | 2020-10-14 21:27:37 +0200 |
commit | d240e5c8ccffd7c56acff365797b03e560b4db72 (patch) | |
tree | 669d4078df6504e87f917e82e04814eb0835d492 /isisd/isis_events.c | |
parent | doc: document new IS-IS TI-LFA commands and options (diff) | |
download | frr-d240e5c8ccffd7c56acff365797b03e560b4db72.tar.xz frr-d240e5c8ccffd7c56acff365797b03e560b4db72.zip |
isisd: change debug messages to use uppercase SPF
Signed-off-by: Renato Westphal <renato@opensourcerouting.org>
Diffstat (limited to 'isisd/isis_events.c')
-rw-r--r-- | isisd/isis_events.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/isisd/isis_events.c b/isisd/isis_events.c index 717a5fd04..c4c95138c 100644 --- a/isisd/isis_events.c +++ b/isisd/isis_events.c @@ -49,14 +49,6 @@ #include "isisd/isis_spf.h" #include "isisd/isis_errors.h" -/* debug isis-spf spf-events - 4w4d: ISIS-Spf (tlt): L2 SPF needed, new adjacency, from 0x609229F4 - 4w4d: ISIS-Spf (tlt): L2, 0000.0000.0042.01-00 TLV contents changed, code 0x2 - 4w4d: ISIS-Spf (tlt): L2, new LSP 0 DEAD.BEEF.0043.00-00 - 4w5d: ISIS-Spf (tlt): L1 SPF needed, periodic SPF, from 0x6091C844 - 4w5d: ISIS-Spf (tlt): L2 SPF needed, periodic SPF, from 0x6091C844 -*/ - void isis_event_circuit_state_change(struct isis_circuit *circuit, struct isis_area *area, int up) { |