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
f30b25f9
Commit
f30b25f9
authored
Nov 04, 1999
by
Pavel Machek
Browse files
Use local variables to test that functionality.
parent
df8b85e3
Changes
1
Hide whitespace changes
Inline
Side-by-side
bird.conf
View file @
f30b25f9
...
...
@@ -11,8 +11,10 @@ define xyzzy = 120+10;
function
callme
(
int
arg1
;
int
arg2
)
int
local1
;
int
local2
;
int
i
;
{
print
"Function callme called arguments "
arg1
" and "
arg2
;
i
=
arg2
;
case
arg1
{
2
:
print
"dva"
;
print
"jeste jednou dva"
;
...
...
@@ -64,6 +66,9 @@ int j;
print
"This route was from "
rta
.
from
;
j
=
7
;
j
=
17
;
if
rta
.
rip_metric
>
15
then
print
"RIP Metric is more than infinity"
;
accept
;
}
...
...
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