mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2024-11-17 08:38:42 +00:00
Typo fix by Hans van Kranenburg
This commit is contained in:
parent
9fe1d3ca8a
commit
398f922531
@ -1344,9 +1344,9 @@ ospf_iface_info(struct ospf_iface *ifa)
|
||||
cli_msg(-1015, "\tRetransmit timer: %u", ifa->rxmtint);
|
||||
if ((ifa->type == OSPF_IT_BCAST) || (ifa->type == OSPF_IT_NBMA))
|
||||
{
|
||||
cli_msg(-1015, "\tDesigned router (ID): %R", ifa->drid);
|
||||
cli_msg(-1015, "\tDesigned router (IP): %I", ifa->drip);
|
||||
cli_msg(-1015, "\tBackup designed router (ID): %R", ifa->bdrid);
|
||||
cli_msg(-1015, "\tBackup designed router (IP): %I", ifa->bdrip);
|
||||
cli_msg(-1015, "\tDesignated router (ID): %R", ifa->drid);
|
||||
cli_msg(-1015, "\tDesignated router (IP): %I", ifa->drip);
|
||||
cli_msg(-1015, "\tBackup designated router (ID): %R", ifa->bdrid);
|
||||
cli_msg(-1015, "\tBackup designated router (IP): %I", ifa->bdrip);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user