From 10a53608860724c47596948f2fd426d4eca8224d Mon Sep 17 00:00:00 2001 From: Pavel Machek Date: Wed, 12 Apr 2000 13:31:39 +0000 Subject: 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. --- filter/test.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'filter/test.conf') 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 /; -- cgit v1.2.3