mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2024-11-17 16:48:43 +00:00
Whitespace cleanup in OSPF.
This commit is contained in:
parent
a7a7372aa7
commit
742029eb78
@ -1307,4 +1307,3 @@ ospf_iface_info(struct ospf_iface *ifa)
|
|||||||
cli_msg(-1015, "\tBackup designed router (IP): %I", ifa->bdrip);
|
cli_msg(-1015, "\tBackup designed router (IP): %I", ifa->bdrip);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -631,4 +631,3 @@ ospf_receive_lsupd(struct ospf_packet *pkt, struct ospf_iface *ifa,
|
|||||||
if ((n->state == NEIGHBOR_LOADING) && n->want_lsreq && !skip_lsreq)
|
if ((n->state == NEIGHBOR_LOADING) && n->want_lsreq && !skip_lsreq)
|
||||||
ospf_send_lsreq(p, n);
|
ospf_send_lsreq(p, n);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -1456,4 +1456,3 @@ struct protocol proto_ospf = {
|
|||||||
.get_attr = ospf_get_attr,
|
.get_attr = ospf_get_attr,
|
||||||
.get_route_info = ospf_get_route_info
|
.get_route_info = ospf_get_route_info
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user