diff options
author | Ondrej Filip <feela@network.cz> | 2000-05-12 00:00:55 +0200 |
---|---|---|
committer | Ondrej Filip <feela@network.cz> | 2000-05-12 00:00:55 +0200 |
commit | 5da1f935374b2e0435b67cc4d867369d522e62ff (patch) | |
tree | a73c072dcbb7ed995ba6328ef8bf75f5bcaac1aa /proto/ospf/dbdes.c | |
parent | c8d1f3feb2e2ca12aee76b1ce907dfff31c1012b (diff) | |
download | bird-5da1f935374b2e0435b67cc4d867369d522e62ff.tar bird-5da1f935374b2e0435b67cc4d867369d522e62ff.zip |
Bugfix in flooding. (bad size)
Better debugging.
More robust in receiving.
Diffstat (limited to 'proto/ospf/dbdes.c')
-rw-r--r-- | proto/ospf/dbdes.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/proto/ospf/dbdes.c b/proto/ospf/dbdes.c index 64e613b..83ef4f1 100644 --- a/proto/ospf/dbdes.c +++ b/proto/ospf/dbdes.c @@ -227,7 +227,6 @@ ospf_dbdes_rx(struct ospf_dbdes_packet *ps, struct proto *p, case NEIGHBOR_DOWN: case NEIGHBOR_ATTEMPT: case NEIGHBOR_2WAY: - debug("%s: Received dbdes from %I in bad state.\n", p->name, n->ip); return; break; case NEIGHBOR_INIT: |