summaryrefslogtreecommitdiffstats
path: root/filter/test.conf
diff options
context:
space:
mode:
authorPavel Machek <pavel@ucw.cz>2000-04-12 15:31:39 +0200
committerPavel Machek <pavel@ucw.cz>2000-04-12 15:31:39 +0200
commit10a53608860724c47596948f2fd426d4eca8224d (patch)
treeac3bfd9e753e16d0ae61de59adfbf9745276b749 /filter/test.conf
parent775063494694d247b340bb1145e509e31af27802 (diff)
downloadbird-10a53608860724c47596948f2fd426d4eca8224d.tar
bird-10a53608860724c47596948f2fd426d4eca8224d.zip
Filters now know type path. It is possible to declare variable of type
path, but it is not possible to write constant of type path. It should be possible to print paths and match them.
Diffstat (limited to 'filter/test.conf')
-rw-r--r--filter/test.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/filter/test.conf b/filter/test.conf
index cc62cd1..94ed556 100644
--- a/filter/test.conf
+++ b/filter/test.conf
@@ -30,7 +30,7 @@ function fifteen()
}
function paths()
-bgp_path p;
+bgpmask p;
{
print "Testing paths";
p = / 1 2 3 4 /;