summaryrefslogtreecommitdiffstats
path: root/filter/test.conf
diff options
context:
space:
mode:
authorPavel Machek <pavel@ucw.cz>2000-04-17 12:50:03 +0200
committerPavel Machek <pavel@ucw.cz>2000-04-17 12:50:03 +0200
commit4b641bab521c4fbabf931c3eac7704e8e2cab298 (patch)
tree52280a7d323d618f3adc0b0e0f05c6a85ef92aeb /filter/test.conf
parente399b6f6ad91e6f94081dfe694740451100c7a7f (diff)
downloadbird-4b641bab521c4fbabf931c3eac7704e8e2cab298.tar
bird-4b641bab521c4fbabf931c3eac7704e8e2cab298.zip
Path matching now actually works, including / * 1 2 3 * /.
Diffstat (limited to 'filter/test.conf')
-rw-r--r--filter/test.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/filter/test.conf b/filter/test.conf
index 55cbf33..a31c7f2 100644
--- a/filter/test.conf
+++ b/filter/test.conf
@@ -43,6 +43,7 @@ bgppath p2;
print "Should be true: ", p2 ~ p;
p2 = prepend( p2, 5 );
print "Should be false: ", p2 ~ p;
+ print "Should be true: ", p2 ~ / * 4 3 2 1 /, p2, / * 4 3 2 1 /;
}
function startup()