summaryrefslogtreecommitdiff
path: root/ripngd/ripng_debug.h
diff options
context:
space:
mode:
authorStephen Hemminger <shemminger@vyatta.com>2011-03-13 01:14:08 +0300
committerDenis Ovsienko <infrastation@yandex.ru>2011-10-17 18:41:19 +0400
commit1809ec13def22bc6c2c30d9e8d37a74095bcfb64 (patch)
treebff05d468966320e11edb0178425db408bc61be1 /ripngd/ripng_debug.h
parent8422e8b91bc9a0f4b8381ac0474a4d5b914869a9 (diff)
ripngd: copy debug statements fix from ripd
Doesn't ripng needs same fix as ripd.
Diffstat (limited to 'ripngd/ripng_debug.h')
-rw-r--r--ripngd/ripng_debug.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/ripngd/ripng_debug.h b/ripngd/ripng_debug.h
index f5ed6eab..674345c0 100644
--- a/ripngd/ripng_debug.h
+++ b/ripngd/ripng_debug.h
@@ -29,7 +29,6 @@
#define RIPNG_DEBUG_PACKET 0x01
#define RIPNG_DEBUG_SEND 0x20
#define RIPNG_DEBUG_RECV 0x40
-#define RIPNG_DEBUG_DETAIL 0x80
#define RIPNG_DEBUG_ZEBRA 0x01
@@ -39,7 +38,6 @@
#define IS_RIPNG_DEBUG_PACKET (ripng_debug_packet & RIPNG_DEBUG_PACKET)
#define IS_RIPNG_DEBUG_SEND (ripng_debug_packet & RIPNG_DEBUG_SEND)
#define IS_RIPNG_DEBUG_RECV (ripng_debug_packet & RIPNG_DEBUG_RECV)
-#define IS_RIPNG_DEBUG_DETAIL (ripng_debug_packet & RIPNG_DEBUG_DETAIL)
#define IS_RIPNG_DEBUG_ZEBRA (ripng_debug_zebra & RIPNG_DEBUG_ZEBRA)