Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
labs
BIRD Internet Routing Daemon
Commits
398f9225
Commit
398f9225
authored
Jun 01, 2015
by
Ondřej Filip
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Typo fix by Hans van Kranenburg
parent
9fe1d3ca
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
proto/ospf/iface.c
proto/ospf/iface.c
+4
-4
No files found.
proto/ospf/iface.c
View file @
398f9225
...
...
@@ -1344,9 +1344,9 @@ ospf_iface_info(struct ospf_iface *ifa)
cli_msg
(
-
1015
,
"
\t
Retransmit timer: %u"
,
ifa
->
rxmtint
);
if
((
ifa
->
type
==
OSPF_IT_BCAST
)
||
(
ifa
->
type
==
OSPF_IT_NBMA
))
{
cli_msg
(
-
1015
,
"
\t
Designed router (ID): %R"
,
ifa
->
drid
);
cli_msg
(
-
1015
,
"
\t
Designed router (IP): %I"
,
ifa
->
drip
);
cli_msg
(
-
1015
,
"
\t
Backup designed router (ID): %R"
,
ifa
->
bdrid
);
cli_msg
(
-
1015
,
"
\t
Backup designed router (IP): %I"
,
ifa
->
bdrip
);
cli_msg
(
-
1015
,
"
\t
Design
at
ed router (ID): %R"
,
ifa
->
drid
);
cli_msg
(
-
1015
,
"
\t
Design
at
ed router (IP): %I"
,
ifa
->
drip
);
cli_msg
(
-
1015
,
"
\t
Backup design
at
ed router (ID): %R"
,
ifa
->
bdrid
);
cli_msg
(
-
1015
,
"
\t
Backup design
at
ed router (IP): %I"
,
ifa
->
bdrip
);
}
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment