From 1183b6b2297f03113d31dc73ef0edc8fc7ef0b7e Mon Sep 17 00:00:00 2001 From: Pavel Machek Date: Wed, 10 Nov 1999 13:59:13 +0000 Subject: Enums do not work, this is testcase. --- bird.conf | 1 + 1 file changed, 1 insertion(+) (limited to 'bird.conf') diff --git a/bird.conf b/bird.conf index 46633bf..ec15475 100644 --- a/bird.conf +++ b/bird.conf @@ -46,6 +46,7 @@ ip p; p = 127.1.2.3; print "Testing mask : 127.0.0.0 = " p.mask(8); print "Testing pairs: (1,2) = " (1,2); + print "Set of enums: " RTSDUMMY; print "What will this do? " [ 1, 2, 1, 1, 1, 3, 4, 1, 1, 1, 5 ]; -- cgit v1.2.3