diff options
author | Pavel Machek <pavel@ucw.cz> | 2000-04-12 13:31:39 +0000 |
---|---|---|
committer | Pavel Machek <pavel@ucw.cz> | 2000-04-12 13:31:39 +0000 |
commit | 10a53608860724c47596948f2fd426d4eca8224d (patch) | |
tree | ac3bfd9e753e16d0ae61de59adfbf9745276b749 /filter/test.conf | |
parent | 775063494694d247b340bb1145e509e31af27802 (diff) |
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.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/filter/test.conf b/filter/test.conf index cc62cd17..94ed5566 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 /; |