diff options
author | Claudio Jeker <claudio@cvs.openbsd.org> | 2008-12-30 22:51:53 +0000 |
---|---|---|
committer | Claudio Jeker <claudio@cvs.openbsd.org> | 2008-12-30 22:51:53 +0000 |
commit | aabd4da079a4bc41efba94690316bea5b7e5ab79 (patch) | |
tree | 637e9523f5dd0cf9bbde3b5ed076940588a8cd59 | |
parent | 8c28a4cb8e30bae82e21dab411a0e4620cefe184 (diff) |
Remove debug message that does not help. The problem with the initial flood
of the Link LSA is still not solved though.
-rw-r--r-- | usr.sbin/ospf6d/ospfe.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.sbin/ospf6d/ospfe.c b/usr.sbin/ospf6d/ospfe.c index 287c0b51c2d..e1b43daf6e5 100644 --- a/usr.sbin/ospf6d/ospfe.c +++ b/usr.sbin/ospf6d/ospfe.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ospfe.c,v 1.14 2008/12/30 22:29:54 claudio Exp $ */ +/* $OpenBSD: ospfe.c,v 1.15 2008/12/30 22:51:52 claudio Exp $ */ /* * Copyright (c) 2005 Claudio Jeker <claudio@openbsd.org> @@ -486,7 +486,6 @@ ospfe_dispatch_rde(int fd, short event, void *bula) /* * flood on interface only */ - log_debug("flooding link LSA"); noack += lsa_flood(nbr->iface, nbr, &lsa_hdr, imsg.data); } else { |