diff options
author | hasso <hasso> | 2005-09-04 23:36:36 +0200 |
---|---|---|
committer | hasso <hasso> | 2005-09-04 23:36:36 +0200 |
commit | c89c05dd04d097bd8213125a42d67204bb681de5 (patch) | |
tree | b8bde80fab9ea45f035edcb71ce1795abcb039c8 /isisd/isis_main.c | |
parent | * isis_lsp.c: Yet another regression introduced by stream cleanup. (diff) | |
download | frr-c89c05dd04d097bd8213125a42d67204bb681de5.tar.xz frr-c89c05dd04d097bd8213125a42d67204bb681de5.zip |
* *.c: Try to be less verbose by default (without any debug options
on).
* isis_lsp.c (lsp_build_nonpseudo): Use stream_reset() instead of
touching endp directly.
* isis_lsp.c (lsp_build_pseudo): Ditto.
Diffstat (limited to 'isisd/isis_main.c')
-rw-r--r-- | isisd/isis_main.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/isisd/isis_main.c b/isisd/isis_main.c index a4f805827..2bb22cb68 100644 --- a/isisd/isis_main.c +++ b/isisd/isis_main.c @@ -325,9 +325,7 @@ main (int argc, char **argv, char **envp) /* Print banner. */ zlog_notice ("Quagga-ISISd %s starting: vty@%d", QUAGGA_VERSION, vty_port); -#ifdef HAVE_IPV6 - zlog_debug ("IPv6 enabled"); -#endif + /* Start finite state machine. */ while (thread_fetch (master, &thread)) thread_call (&thread); |