diff options
author | Andrew J. Schorr <ajschorr@alumni.princeton.edu> | 2011-02-24 11:52:14 +0100 |
---|---|---|
committer | Denis Ovsienko <infrastation@yandex.ru> | 2011-02-24 11:52:14 +0100 |
commit | 0fa0335316ce14a79ea4bbb0c40e1322c9941dd3 (patch) | |
tree | 10c01d97fd76b037fc8f8d321eb70d62ff6e29b5 /ripd/rip_debug.h | |
parent | bgpd: VTY string fixes for debug commands (diff) | |
download | frr-0fa0335316ce14a79ea4bbb0c40e1322c9941dd3.tar.xz frr-0fa0335316ce14a79ea4bbb0c40e1322c9941dd3.zip |
ripd: resolve debug statements issue (bug 442)
...A nasty bug, if you forgot to disable debugging, stored the config
and reboot your machine - if you really depend on ripd, then the machine
will not fully come back on the network, because ripd fails.
Diffstat (limited to 'ripd/rip_debug.h')
-rw-r--r-- | ripd/rip_debug.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ripd/rip_debug.h b/ripd/rip_debug.h index f3a07eea2..990ec908a 100644 --- a/ripd/rip_debug.h +++ b/ripd/rip_debug.h @@ -40,7 +40,6 @@ #define IS_RIP_DEBUG_PACKET (rip_debug_packet & RIP_DEBUG_PACKET) #define IS_RIP_DEBUG_SEND (rip_debug_packet & RIP_DEBUG_SEND) #define IS_RIP_DEBUG_RECV (rip_debug_packet & RIP_DEBUG_RECV) -#define IS_RIP_DEBUG_DETAIL (rip_debug_packet & RIP_DEBUG_DETAIL) #define IS_RIP_DEBUG_ZEBRA (rip_debug_zebra & RIP_DEBUG_ZEBRA) |