diff options
author | Ondrej Zajicek <santiago@crfreenet.org> | 2014-07-07 22:23:37 +0200 |
---|---|---|
committer | Ondrej Zajicek <santiago@crfreenet.org> | 2014-07-07 22:23:37 +0200 |
commit | 6285793f18817091060c7257f7d4af0db010a67a (patch) | |
tree | 8bfc767ac89d2e417e940ff5d3c1fc06c835dd5d /filter | |
parent | 20e8d040b09f1e01c431c686f1ced5a12ba7bc68 (diff) |
Replaces function name in test.conf as it collided with new keyword.
Diffstat (limited to 'filter')
-rw-r--r-- | filter/test.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/filter/test.conf b/filter/test.conf index ae8a95a6..84faca0e 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; |