This website requires JavaScript.
Explore
Help
Sign In
mirror
/
labs-bird
Watch
1
Star
0
Fork
0
You've already forked labs-bird
mirror of
https://gitlab.labs.nic.cz/labs/bird.git
synced
2024-05-11 16:54:54 +00:00
Code
Releases
Activity
labs-bird
/
filter
History
Pavel Machek
1895e81e05
Allow matching on enums:
...
if !(scope ~ [ SCOPE_HOST, SCOPE_SITE ]) then { print "Failed in test"; quitbird; }
2000-06-01 08:32:49 +00:00
..
config.Y
Allow matching on enums:
2000-06-01 08:32:49 +00:00
Doc
…
f-util.c
Line numbers for runtime errors (what's wrong with cvs? I could not
2000-05-16 18:50:51 +00:00
filter.c
Allow matching on enums:
2000-06-01 08:32:49 +00:00
filter.h
Added read-only access to all required fields in rta.
2000-05-30 10:42:39 +00:00
Makefile
…
test.conf
Use ? in path matching to avoid /* trap.
2000-05-25 14:58:38 +00:00
test.conf2
Allow matching on enums:
2000-06-01 08:32:49 +00:00
tree.c
…