summaryrefslogtreecommitdiffstats
path: root/filter/test.conf
AgeCommit message (Expand)Author
2009-10-12Implements protocol-specific router id and updates documentation.Ondrej Zajicek
2009-06-26Merge branch 'master' into devOndrej Zajicek
2009-06-01Adds support for dynamic pair and bgp mask expressions.Ondrej Zajicek
2009-05-28Missing boolean comparison added.Ondrej Filip
2009-03-31Reimplementation of prefix sets.Ondrej Zajicek
2009-03-14New syntax for bgp_pathOndrej Zajicek
2000-06-08Fix i_same for 'c' instruction.Pavel Machek
2000-06-02Do not try to divide by zero.Pavel Machek
2000-06-01Added && and ||.Pavel Machek
2000-05-25Use ? in path matching to avoid /* trap.Pavel Machek
2000-05-16Resolved shift/reduce conflictPavel Machek
2000-05-15Allow other operations than +.Pavel Machek
2000-05-15Allow accessing defined symbols.Pavel Machek
2000-05-15Use new eval mechanism for testing filters.Pavel Machek
2000-04-26Bugfix in i_same (comparing of paths still does not work).Pavel Machek
2000-04-26Added code for testing filters.Pavel Machek
2000-04-26Startup renamed to __startup: it is internal function and mj alreadyPavel Machek
2000-04-17pair ~ community list matching works.Pavel Machek
2000-04-17It is good idea to separate entries in list _somehow_. Adding/deletingPavel Machek
2000-04-17Int sets moved to core. It is now possible to have variable of type clist.Pavel Machek
2000-04-17Path_getlen moved to nest and length was made callable from filters.Pavel Machek
2000-04-17Path matching now actually works, including / * 1 2 3 * /.Pavel Machek
2000-04-17Path and path matching seem to work, now.Pavel Machek
2000-04-12Filters now know type path. It is possible to declare variable of typePavel Machek
2000-04-12BGP_PATH masks now actually work as data type.Pavel Machek
2000-03-091 less shift/reduce conflictPavel Machek
2000-03-02Avoid being exponential, do not allow ! =Pavel Machek
2000-02-25Get rid of 'ab'-s, added return to functions.Pavel Machek
2000-01-31filter_same() implemented. Don't bet on it, yet.Pavel Machek
1999-12-08Disallow rta.net syntax.Pavel Machek
1999-11-24Check that prefixes are really prefixes + fix config file toPavel Machek
1999-11-24Filters: write access to dynamic attributes should actually work. ItPavel Machek
1999-11-18Split inst->code into inst->code and inst->aux. Both are only 16 bit,Pavel Machek
1999-11-18You can now print enum.Pavel Machek
1999-11-11Fixed order of arguments for function call.Pavel Machek