diff options
Diffstat (limited to 'proto/ospf/neighbor.c')
-rw-r--r-- | proto/ospf/neighbor.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/proto/ospf/neighbor.c b/proto/ospf/neighbor.c index 2563abd4..05f024a7 100644 --- a/proto/ospf/neighbor.c +++ b/proto/ospf/neighbor.c @@ -284,6 +284,7 @@ can_do_adj(struct ospf_neighbor *n) switch (ifa->state) { case OSPF_IS_DOWN: + case OSPF_IS_LOOP: bug("%s: Iface %s in down state?", p->name, ifa->iface->name); break; case OSPF_IS_WAITING: |