Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
labs
BIRD Internet Routing Daemon
Commits
11ce4490
Commit
11ce4490
authored
May 14, 1999
by
Ondřej Filip
Browse files
*** empty log message ***
parent
67ff9130
Changes
1
Hide whitespace changes
Inline
Side-by-side
proto/ospf/ospf.c
View file @
11ce4490
...
...
@@ -34,7 +34,6 @@ ospf_hello_rx(struct ospf_hello_packet *ps, struct proto *p,
ip_ntop
(
ps
->
netmask
,
sip
);
log
(
"%s: Bad OSPF packet from %d received: bad netmask %s."
,
p
->
name
,
ntohl
(((
struct
ospf_packet
*
)
ps
)
->
routerid
),
sip
);
/*ip_ntop(ps->netmask, sip));*/
log
(
"%s: Discarding"
,
p
->
name
);
return
;
}
...
...
@@ -480,7 +479,6 @@ ospf_postconfig(struct proto_config *c)
DBG
(
" OSPF: postconfig
\n
"
);
}
struct
protocol
proto_ospf
=
{
name:
"OSPF"
,
init:
ospf_init
,
...
...
@@ -489,3 +487,4 @@ struct protocol proto_ospf = {
preconfig:
ospf_preconfig
,
postconfig:
ospf_postconfig
,
};
Write
Preview
Supports
Markdown
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