]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
Replaces function name in test.conf as it collided with new keyword.
authorOndrej Zajicek <santiago@crfreenet.org>
Mon, 7 Jul 2014 20:23:37 +0000 (22:23 +0200)
committerOndrej Zajicek <santiago@crfreenet.org>
Mon, 7 Jul 2014 20:23:37 +0000 (22:23 +0200)
filter/test.conf

index ae8a95a63f6e8cc2ab1377187338e7a54cb9e284..84faca0e8691b6c148dfea4b52363df4b5e4d875 100644 (file)
@@ -78,7 +78,7 @@ function test_roa()
              " ", roa_check(rl, 10.130.130.0/24, 3000) = ROA_VALID;
 }
 
-function paths()
+function path_test()
 bgpmask pm1;
 bgpmask pm2;
 bgppath p2;
@@ -389,7 +389,7 @@ string st;
        i = fifteen();
        print "Testing function calls: 15 = ", i;
 
-       paths();
+       path_test();
 
        print "1.2.3.4 = ", onetwo;