aboutsummaryrefslogtreecommitdiffstats
path: root/filter
Commit message (Expand)AuthorAgeFilesLines
* Don't crash when filter_same() gets called on FILTER_ACCEPT or FILTER_REJECT.Martin Mares2000-03-121-0/+5
* Great cleanup of debug messages. LOCAL_DEBUG turned off in most modules,Martin Mares2000-03-121-2/+4
* 1 less shift/reduce conflictPavel Machek2000-03-093-20/+72
* CONST() is now gonePavel Machek2000-03-091-3/+4
* Renamed EAF_INLINE to EAF_TEMP to make the name reflect the real meaning.Martin Mares2000-03-042-2/+2
* Please *think* when defining operator priorities.Martin Mares2000-03-041-4/+0
* Avoid being exponential, do not allow ! =Pavel Machek2000-03-023-26/+31
* Added type parameter to f_new_dynamic_attr.Pavel Machek2000-03-012-3/+3
* tmp_attrs fixed.Pavel Machek2000-03-013-13/+23
* Dynamic attributes are now declared in per-protocol grammar files insteadMartin Mares2000-03-013-12/+21
* Get rid of 'ab'-s, added return to functions.Pavel Machek2000-02-254-69/+106
* filter_same() implemented. Don't bet on it, yet.Pavel Machek2000-01-314-23/+115
* Updated docs about filters, and added fixme.Pavel Machek2000-01-261-0/+2
* Added filter_same() for comparision of two filters.Martin Mares2000-01-162-0/+8
* Added fixme.Pavel Machek1999-12-181-1/+1
* Kicked off F_MODIFY (not generated nor used)Martin Mares1999-12-161-4/+3
* Disallow rta.net syntax.Pavel Machek1999-12-082-7/+6
* Make rta. syntax optional.Pavel Machek1999-12-081-10/+13
* Implemented `show route where <condition>' command.Martin Mares1999-12-021-2/+26
* Make ACCEPT/REJECT actually return the result...Martin Mares1999-12-011-2/+2
* accept should behave as return, not running any commands after it.Pavel Machek1999-12-011-1/+2
* FIXME's cleaned up: I have actually fixed things without killingPavel Machek1999-12-012-3/+0
* Filters: fix rta access to use ->aux field.Pavel Machek1999-11-252-5/+5
* Check that prefixes are really prefixes + fix config file toPavel Machek1999-11-242-5/+5
* Sorry, previous commit did not even compile.Pavel Machek1999-11-242-5/+4
* Filters: write access to dynamic attributes should actually work. ItPavel Machek1999-11-243-7/+15
* Filters: first parts of extended attributes being read-write. It canPavel Machek1999-11-182-2/+34
* Split inst->code into inst->code and inst->aux. Both are only 16 bit,Pavel Machek1999-11-185-25/+37
* You can now print enum.Pavel Machek1999-11-183-14/+10
* ENUM's are now recognized as constants.Martin Mares1999-11-151-3/+2
* Fixed order of arguments for function call.Pavel Machek1999-11-112-27/+90
* Shift/reduce conflict goes away _and_ if/then/else works.Pavel Machek1999-11-111-3/+1
* Enums do not work, this is testcase.Pavel Machek1999-11-101-5/+8
* First try on enumerational types.Pavel Machek1999-11-102-9/+34
* No more shift/reduce conflicts.Pavel Machek1999-11-102-2/+4
* Shift/reduce conflicts in IF/THEN/ELSE rules solved.Martin Mares1999-11-101-18/+14
* Enumerational types, defined keyword added.Pavel Machek1999-11-103-9/+40
* Fixed comments about shift/reduce conflicts.Pavel Machek1999-11-041-3/+1
* Add possibility of local variables.Pavel Machek1999-11-041-11/+11
* Possibility to access first extended attributes.Pavel Machek1999-11-042-1/+15
* Filters now do not allow function (int arg; int arg2; ).Pavel Machek1999-11-033-27/+93
* switch() { } done right.Pavel Machek1999-10-283-60/+42
* Filters: permit variables of prefix types, cleanup aroundPavel Machek1999-10-123-36/+93
* Added constants of type prefix and pair, added their printingPavel Machek1999-10-072-1/+10
* FIXME's added. Hopefully fixme list is now complete for filters.Pavel Machek1999-10-072-1/+9
* Case arg { 1: printf "one"; } works. You can not use two commandsPavel Machek1999-09-292-8/+79
* Few FIXME's removed from auth, few FIXME's added to filter.Pavel Machek1999-08-201-0/+4
* Added missing structure declarations.Martin Mares1999-08-031-0/+3
* Function calling in filters works - somehow. Calling syntax isPavel Machek1999-07-012-5/+44
* Implemented two new symbol handling functions:Martin Mares1999-05-171-8/+3