mirror of
https://gitlab.labs.nic.cz/labs/bird.git
synced 2024-05-11 16:54:54 +00:00
Refactoring of OSPF messages.
This commit is contained in:
@@ -758,7 +758,7 @@ prepare_rt2_lsa_body(struct ospf_proto *p, struct ospf_area *oa)
|
||||
break;
|
||||
|
||||
default:
|
||||
log("Unknown interface type %s", ifa->ifname);
|
||||
log(L_BUG "OSPF: Unknown interface type");
|
||||
break;
|
||||
}
|
||||
|
||||
@@ -855,7 +855,7 @@ prepare_rt3_lsa_body(struct ospf_proto *p, struct ospf_area *oa)
|
||||
break;
|
||||
|
||||
default:
|
||||
log("Unknown interface type %s", ifa->ifname);
|
||||
log(L_BUG "OSPF: Unknown interface type");
|
||||
break;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user