summaryrefslogtreecommitdiffstats
path: root/filter
AgeCommit message (Expand)Author
2009-05-29New type variable 'V' defined in filters. This type is checkedOndrej Filip
2009-05-29Function pm_path_compare() checked just length of the bgpmasksOndrej Filip
2009-05-29Typo in warning fixed.Ondrej Filip
2009-05-28Missing boolean comparison added.Ondrej Filip
2009-04-17Rewrite of buggy AS path matching.Ondrej Zajicek
2009-03-31Cleanup changesOndrej Zajicek
2009-03-31Reimplementation of prefix sets.Ondrej Zajicek
2009-03-14New syntax for bgp_pathOndrej Zajicek
2009-02-26Rate limit for most abundant log messagesOndrej Zajicek
2009-02-21Fixes crash during some expressionsOndrej Zajicek
2009-02-21Add format for BGP_AGGREGATOR attributeOndrej Zajicek
2009-01-27New syntax for bgp_pathOndrej Zajicek
2008-12-25Bugfix in interpretOndrej Zajicek
2008-12-25fixes some 64-bit related bugs.Ondrej Zajicek
2008-11-16Fix some bugs in filter interpret.Ondrej Zajicek
2008-11-14New read-only route attribute 'proto' added. It returns a stringOndrej Zajicek
2008-11-08Proper format functions for ORIGINATOR_ID, CLUSTER_LISTOndrej Zajicek
2008-10-26Implementation of route reflection for BGPOndrej Zajicek
2008-10-26Implementation of 4B ASN support for BGPOndrej Zajicek
2004-06-05Staticized lots of local functions.Martin Mares
2004-06-05... and in the filter.Martin Mares
2004-05-31Killed a couple of unused variables.Martin Mares
2004-05-31Fix bison input for current build tools, otherwise bison or the compilerMartin Mares
2003-02-27Prefix comparison bug (hopefully) fixed.Martin Mares
2002-11-13Added missing semicolons.Martin Mares
2000-06-08Fix i_same for 'c' instruction.Pavel Machek
2000-06-08Fixes for the programmer's manual.Martin Mares
2000-06-08Fixing error messages.Pavel Machek
2000-06-08Better messagesPavel Machek
2000-06-07Progdocs updatesPavel Machek
2000-06-07Even better documentation of filters.Pavel Machek
2000-06-07Comment fix.Pavel Machek
2000-06-07Better progdocs for filtersPavel Machek
2000-06-07Spelling fixes to progdoc.Martin Mares
2000-06-05Better documentation. There are functions whose description is good whenPavel Machek
2000-06-05Docs updates:Pavel Machek
2000-06-05Better error messagesPavel Machek
2000-06-05Bug in comment. It didn't compile.Ondrej Filip
2000-06-05Updates to both programmers and users docPavel Machek
2000-06-04Use nested scopes properly. Updated according to cf_define_symbol() changes.Martin Mares
2000-06-04When cloning a rte and replacing its rta, remember to free the old oneMartin Mares
2000-06-02Do not try to divide by zero.Pavel Machek
2000-06-01Added && and ||.Pavel Machek
2000-06-01AllowPavel Machek
2000-06-01Allow matching on enums:Pavel Machek
2000-05-31Complain when filter does not end in accept nor reject.Pavel Machek
2000-05-30Another testbed for filters.Pavel Machek
2000-05-30Access to all attributes we should be able to access seems to work.Pavel Machek
2000-05-30Added read-only access to all required fields in rta.Pavel Machek
2000-05-30Cleaning static attributesPavel Machek