aboutsummaryrefslogtreecommitdiffstats
path: root/filter
Commit message (Expand)AuthorAgeFilesLines
* 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
* Updated filters: they now actually see IP/pxlen of net being filtered,Pavel Machek1999-04-192-0/+43
* Sets of IP addresses should work, now. (From now on it is alsoPavel Machek1999-04-131-0/+2
* Sets of integers now actually work. Sets of IP will work as soon asPavel Machek1999-04-125-36/+235
* Oops, typo.Pavel Machek1999-04-121-1/+1
* In case no startup function is defined, don't try to launch it.Pavel Machek1999-04-121-5/+6
* Decrease number of warnings.Pavel Machek1999-04-103-36/+47
* Filters upgraded - a bit. Moved code to filter.c because it is wherePavel Machek1999-04-075-181/+276
* Several filter changes. (Pavel, please check if they are OK.)Martin Mares1999-04-052-5/+20
* Please don't commit debugging code which makes BIRD exit before anythingMartin Mares1999-03-291-1/+0
* Update of filters towards new interface.Pavel Machek1999-03-293-92/+116
* A couple of filter tweaks:Martin Mares1999-03-173-10/+34
* Compilation fix for mj.Pavel Machek1999-03-171-1/+1
* accept & reject should now workPavel Machek1999-03-173-35/+85