summaryrefslogtreecommitdiffstats
path: root/bird.conf
diff options
context:
space:
mode:
authorPavel Machek <pavel@ucw.cz>1999-11-10 14:59:13 +0100
committerPavel Machek <pavel@ucw.cz>1999-11-10 14:59:13 +0100
commit1183b6b2297f03113d31dc73ef0edc8fc7ef0b7e (patch)
treec96625c33a8e07f217eaf6191b25ea89bcd61f98 /bird.conf
parentcb8034f42cfaa2753152fa1d776cc618d07fedda (diff)
downloadbird-1183b6b2297f03113d31dc73ef0edc8fc7ef0b7e.tar
bird-1183b6b2297f03113d31dc73ef0edc8fc7ef0b7e.zip
Enums do not work, this is testcase.
Diffstat (limited to 'bird.conf')
-rw-r--r--bird.conf1
1 files changed, 1 insertions, 0 deletions
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 ];