mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2024-12-22 17:51:53 +00:00
Replaces function name in test.conf as it collided with new keyword.
This commit is contained in:
parent
20e8d040b0
commit
6285793f18
@ -78,7 +78,7 @@ function test_roa()
|
|||||||
" ", roa_check(rl, 10.130.130.0/24, 3000) = ROA_VALID;
|
" ", roa_check(rl, 10.130.130.0/24, 3000) = ROA_VALID;
|
||||||
}
|
}
|
||||||
|
|
||||||
function paths()
|
function path_test()
|
||||||
bgpmask pm1;
|
bgpmask pm1;
|
||||||
bgpmask pm2;
|
bgpmask pm2;
|
||||||
bgppath p2;
|
bgppath p2;
|
||||||
@ -389,7 +389,7 @@ string st;
|
|||||||
i = fifteen();
|
i = fifteen();
|
||||||
print "Testing function calls: 15 = ", i;
|
print "Testing function calls: 15 = ", i;
|
||||||
|
|
||||||
paths();
|
path_test();
|
||||||
|
|
||||||
print "1.2.3.4 = ", onetwo;
|
print "1.2.3.4 = ", onetwo;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user