summaryrefslogtreecommitdiffstats
path: root/sysdep/linux/netlink
diff options
context:
space:
mode:
authorMartin Mares <mj@ucw.cz>2000-05-04 22:52:28 +0200
committerMartin Mares <mj@ucw.cz>2000-05-04 22:52:28 +0200
commit9a220cabbc28a4e54f814aa5d596696a15e6544d (patch)
treee1cf20c35193f47abf86dd2c7d5bae0ac8107bb6 /sysdep/linux/netlink
parentb3acb10632ce9fa492a92ced1e533f0bf5edee21 (diff)
downloadbird-9a220cabbc28a4e54f814aa5d596696a15e6544d.tar
bird-9a220cabbc28a4e54f814aa5d596696a15e6544d.zip
#ifdef out lots of debugging information.
The long resource/routing table dump printed upon startup is gone now and if you wish to see it, just send bird SIGUSR1 or use the `debug' commands.
Diffstat (limited to 'sysdep/linux/netlink')
-rw-r--r--sysdep/linux/netlink/netlink.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdep/linux/netlink/netlink.c b/sysdep/linux/netlink/netlink.c
index bafa2e9..3bba858 100644
--- a/sysdep/linux/netlink/netlink.c
+++ b/sysdep/linux/netlink/netlink.c
@@ -13,7 +13,7 @@
#include <sys/uio.h>
#include <errno.h>
-#define LOCAL_DEBUG
+#undef LOCAL_DEBUG
#include "nest/bird.h"
#include "nest/route.h"