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
c7b99a93
Commit
c7b99a93
authored
Jul 28, 2015
by
Ondřej Zajíček
Browse files
Nest: Fixes one of previous commit
parent
dbf4c0cb
Changes
1
Hide whitespace changes
Inline
Side-by-side
nest/config.Y
View file @
c7b99a93
...
...
@@ -108,7 +108,7 @@ idval:
$$ = SYM_VAL($1).i;
#ifndef IPV6
else if ($1->class == (SYM_CONSTANT | T_IP))
$$ = SYM_VAL($1).px.ip;
$$ =
ipa_to_u32(
SYM_VAL($1).px.ip
)
;
#endif
else
cf_error("Number of IPv4 address constant expected");
...
...
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