From 77de68825caae7a9cb1275b0020e49fa9cb27e29 Mon Sep 17 00:00:00 2001 From: Pavel Machek Date: Wed, 12 Apr 2000 12:10:37 +0000 Subject: BGP_PATH masks now actually work as data type. --- filter/test.conf | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'filter/test.conf') diff --git a/filter/test.conf b/filter/test.conf index 1677cd2..cc62cd1 100644 --- a/filter/test.conf +++ b/filter/test.conf @@ -29,6 +29,14 @@ function fifteen() return 15; } +function paths() +bgp_path p; +{ + print "Testing paths"; + p = / 1 2 3 4 /; + print p; +} + function startup() int i; prefix px; @@ -73,6 +81,8 @@ ip p; i = fifteen(); print "Testing function calls: 15 = ", i; + paths(); + print "done"; quitbird; # print "*** FAIL: this is unreachable"; -- cgit v1.2.3