Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-05-02 | Filter: Remove quitbird command | Ondrej Zajicek (work) | |
No need for this debug filter command and it can be abused from CLI. | |||
2018-03-08 | Filter: the test conf checks also a bit of BGP args | Jan Maria Matejka | |
Uncommented an old test. | |||
2018-03-08 | Config: Dropped the ipv4:netmask4 syntax for IPv4 prefixes. | Jan Maria Matejka | |
2016-11-09 | Unit Testing for BIRD | Ondrej Zajicek (work) | |
- Unit Testing Framework (BirdTest) - Integration of BirdTest into the BIRD build system - Tests for several BIRD modules Based on squashed Pavel Tvrdik's int-test branch, updated for current int-new branch. | |||
2000-06-01 | Allow matching on enums: | Pavel Machek | |
if !(scope ~ [ SCOPE_HOST, SCOPE_SITE ]) then { print "Failed in test"; quitbird; } | |||
2000-05-31 | Complain when filter does not end in accept nor reject. | Pavel Machek | |
2000-05-30 | Another testbed for filters. | Pavel Machek | |