diff options
author | 2008-12-30 22:51:52 +0000 | |
---|---|---|
committer | 2008-12-30 22:51:52 +0000 | |
commit | e58c0490b3651e50d95d50632fa15c3729668efa (patch) | |
tree | bde982c86df2a4a3303a44d45ced73a38e743d2a | |
parent | Correctly encode the IPv6 prefix. Only (prefixlen + 31)/32 * 4 bytes are (diff) | |
download | wireguard-openbsd-e58c0490b3651e50d95d50632fa15c3729668efa.tar.xz wireguard-openbsd-e58c0490b3651e50d95d50632fa15c3729668efa.zip |
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 { |