aboutsummaryrefslogtreecommitdiffstats
path: root/filter/test.conf
Commit message (Expand)AuthorAgeFilesLines
* Fix i_same for 'c' instruction.Pavel Machek2000-06-081-10/+20
* Do not try to divide by zero.Pavel Machek2000-06-021-0/+1
* Added && and ||.Pavel Machek2000-06-011-1/+2
* Use ? in path matching to avoid /* trap.Pavel Machek2000-05-251-2/+2
* Resolved shift/reduce conflictPavel Machek2000-05-161-1/+1
* Allow other operations than +.Pavel Machek2000-05-151-2/+2
* Allow accessing defined symbols.Pavel Machek2000-05-151-1/+6
* Use new eval mechanism for testing filters.Pavel Machek2000-05-151-0/+2
* Bugfix in i_same (comparing of paths still does not work).Pavel Machek2000-04-261-16/+2
* Added code for testing filters.Pavel Machek2000-04-261-0/+24
* Startup renamed to __startup: it is internal function and mj alreadyPavel Machek2000-04-261-1/+8
* pair ~ community list matching works.Pavel Machek2000-04-171-0/+2
* It is good idea to separate entries in list _somehow_. Adding/deletingPavel Machek2000-04-171-1/+4
* Int sets moved to core. It is now possible to have variable of type clist.Pavel Machek2000-04-171-0/+5
* Path_getlen moved to nest and length was made callable from filters.Pavel Machek2000-04-171-0/+2
* Path matching now actually works, including / * 1 2 3 * /.Pavel Machek2000-04-171-0/+1
* Path and path matching seem to work, now.Pavel Machek2000-04-171-3/+11
* Filters now know type path. It is possible to declare variable of typePavel Machek2000-04-121-1/+1
* BGP_PATH masks now actually work as data type.Pavel Machek2000-04-121-0/+10
* 1 less shift/reduce conflictPavel Machek2000-03-091-14/+20
* Avoid being exponential, do not allow ! =Pavel Machek2000-03-021-1/+1
* Get rid of 'ab'-s, added return to functions.Pavel Machek2000-02-251-2/+11
* filter_same() implemented. Don't bet on it, yet.Pavel Machek2000-01-311-1/+1
* Disallow rta.net syntax.Pavel Machek1999-12-081-5/+5
* Check that prefixes are really prefixes + fix config file toPavel Machek1999-11-241-4/+4
* Filters: write access to dynamic attributes should actually work. ItPavel Machek1999-11-241-0/+2
* Split inst->code into inst->code and inst->aux. Both are only 16 bit,Pavel Machek1999-11-181-4/+5
* You can now print enum.Pavel Machek1999-11-181-3/+2
* Fixed order of arguments for function call.Pavel Machek1999-11-111-0/+78