diff options
author | hasso <hasso> | 2005-09-04 21:36:36 +0000 |
---|---|---|
committer | hasso <hasso> | 2005-09-04 21:36:36 +0000 |
commit | b0d9f73370752e12a68872b5bd2cce17e23afac1 (patch) | |
tree | f9301f82c6b33bd33d1740baea040d8d0b412a4f /isisd/isis_main.c | |
parent | eea4d3dc5aed7e782fbfb9280248fca44b707ec4 (diff) | |
download | quagga-b0d9f73370752e12a68872b5bd2cce17e23afac1.tar.bz2 quagga-b0d9f73370752e12a68872b5bd2cce17e23afac1.tar.xz |
* *.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 a4f80582..2bb22cb6 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); |