From 9a220cabbc28a4e54f814aa5d596696a15e6544d Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Thu, 4 May 2000 20:52:28 +0000 Subject: #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. --- nest/iface.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'nest/iface.c') diff --git a/nest/iface.c b/nest/iface.c index c585a53..16961bf 100644 --- a/nest/iface.c +++ b/nest/iface.c @@ -152,7 +152,9 @@ if_notify_change(unsigned c, struct iface *i) } DBG("Interface change notification (%x) for %s\n", c, i->name); +#ifdef LOCAL_DEBUG if_dump(i); +#endif if (c & IF_CHANGE_UP) neigh_if_up(i); -- cgit v1.2.3