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
1bc4b2cc
Commit
1bc4b2cc
authored
May 04, 2009
by
Ondrej Filip
Browse files
Syntax error fix for systems without CONFIG_SELF_CONSCIOUS (KRT_ALLOW_LEARN)
parent
a6ee0266
Changes
1
Hide whitespace changes
Inline
Side-by-side
sysdep/unix/krt.c
View file @
1bc4b2cc
...
...
@@ -637,8 +637,8 @@ krt_got_route_async(struct krt_proto *p, rte *e, int new UNUSED)
DBG
(
"It's a redirect, kill him! Kill! Kill!
\n
"
);
krt_set_notify
(
p
,
net
,
NULL
,
e
);
break
;
case
KRT_SRC_ALIEN
:
#ifdef KRT_ALLOW_LEARN
case
KRT_SRC_ALIEN
:
if
(
KRT_CF
->
learn
)
{
krt_learn_async
(
p
,
e
,
new
);
...
...
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