From: Ondrej Zajicek Date: Mon, 7 Jul 2014 20:23:37 +0000 (+0200) Subject: Replaces function name in test.conf as it collided with new keyword. X-Git-Tag: v1.4.4~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6285793f18817091060c7257f7d4af0db010a67a;p=thirdparty%2Fbird.git Replaces function name in test.conf as it collided with new keyword. --- diff --git a/filter/test.conf b/filter/test.conf index ae8a95a63..84faca0e8 100644 --- a/filter/test.conf +++ b/filter/test.conf @@ -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;