From 4b641bab521c4fbabf931c3eac7704e8e2cab298 Mon Sep 17 00:00:00 2001 From: Pavel Machek Date: Mon, 17 Apr 2000 10:50:03 +0000 Subject: Path matching now actually works, including / * 1 2 3 * /. --- filter/test.conf | 1 + 1 file changed, 1 insertion(+) (limited to 'filter/test.conf') 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() -- cgit v1.2.3