diff options
author | Pavel Machek <pavel@ucw.cz> | 1999-11-10 13:59:13 +0000 |
---|---|---|
committer | Pavel Machek <pavel@ucw.cz> | 1999-11-10 13:59:13 +0000 |
commit | 1183b6b2297f03113d31dc73ef0edc8fc7ef0b7e (patch) | |
tree | c96625c33a8e07f217eaf6191b25ea89bcd61f98 /bird.conf | |
parent | cb8034f42cfaa2753152fa1d776cc618d07fedda (diff) |
Enums do not work, this is testcase.
Diffstat (limited to 'bird.conf')
-rw-r--r-- | bird.conf | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 ]; |