diff options
Diffstat (limited to 'usr.sbin/ospf6d/rde_spf.c')
-rw-r--r-- | usr.sbin/ospf6d/rde_spf.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/usr.sbin/ospf6d/rde_spf.c b/usr.sbin/ospf6d/rde_spf.c index 53b5474f652..14b6ac35799 100644 --- a/usr.sbin/ospf6d/rde_spf.c +++ b/usr.sbin/ospf6d/rde_spf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: rde_spf.c,v 1.19 2009/12/22 19:44:52 claudio Exp $ */ +/* $OpenBSD: rde_spf.c,v 1.20 2009/12/22 19:47:05 claudio Exp $ */ /* * Copyright (c) 2005 Esben Norby <norby@openbsd.org> @@ -619,9 +619,6 @@ spf_timer(int fd, short event, void *arg) LIST_FOREACH(area, &conf->area_list, entry) rde_summary_update(r, area); -log_debug("rt_calced: %s/%u type %d inval %d", - log_in6addr(&r->prefix), r->prefixlen, r->d_type, r->invalid); - if (r->d_type != DT_NET) continue; |