diff options
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 ]; |