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
6db8c5a6
Commit
6db8c5a6
authored
May 04, 2000
by
Martin Mareš
Browse files
pxlen works even in IPv6 mode.
parent
5dc4b0aa
Changes
1
Hide whitespace changes
Inline
Side-by-side
conf/confbase.Y
View file @
6db8c5a6
...
...
@@ -111,7 +111,7 @@ bool:
pxlen:
'/' NUM {
if ($2 < 0 || $2 >
32
) cf_error("Invalid prefix length %d", $2);
if ($2 < 0 || $2 >
BITS_PER_IP_ADDRESS
) cf_error("Invalid prefix length %d", $2);
$$ = $2;
}
| ':' IPA {
...
...
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