From f71bded6e97a3eeb4dc58458d042cbe1af631380 Mon Sep 17 00:00:00 2001 From: Pavel Machek Date: Wed, 26 Apr 2000 09:30:12 +0000 Subject: Bugfix in i_same (comparing of paths still does not work). --- filter/test.conf | 18 ++---------------- 1 file changed, 2 insertions(+), 16 deletions(-) (limited to 'filter/test.conf') diff --git a/filter/test.conf b/filter/test.conf index f044177..e03f591 100644 --- a/filter/test.conf +++ b/filter/test.conf @@ -118,26 +118,12 @@ ip p; function __test1() { - if source = RTS_STATIC then { - bgp_community = -empty-; - bgp_community.add((65000,5678)); - if bgp_path ~ / 65000 / then - bgp_path.prepend(65000); - accept; - } - reject; + print bgp_path ~ / 65000 /; } function __test2() { - if source = RTS_STATIC then { - bgp_community = -empty-; - bgp_community.add((65000,5678)); - if bgp_path ~ / 65000 / then - bgp_path.prepend(65000); - accept; - } - reject; + print bgp_path ~ / 65000 /; } filter testf -- cgit v1.2.3