summaryrefslogtreecommitdiff
path: root/ripd/rip_debug.h
diff options
context:
space:
mode:
authorAndrew J. Schorr <ajschorr@alumni.princeton.edu>2011-02-24 13:52:14 +0300
committerDenis Ovsienko <infrastation@yandex.ru>2011-02-24 13:52:14 +0300
commit0fa0335316ce14a79ea4bbb0c40e1322c9941dd3 (patch)
tree10c01d97fd76b037fc8f8d321eb70d62ff6e29b5 /ripd/rip_debug.h
parent6e22b9017e1ae2ce61c383b1b2b63973207704ac (diff)
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.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/ripd/rip_debug.h b/ripd/rip_debug.h
index f3a07eea..990ec908 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)