aboutsummaryrefslogtreecommitdiffstats
path: root/filter
Commit message (Expand)AuthorAgeFilesLines
* Remove a comparison of unsigned expression < 0Pavel Tvrdik2015-02-211-1/+1
* Allows user data attached to f_trie_node structure.Ondrej Zajicek2015-02-213-22/+30
* Implements token bucket filter for rate limiting.Ondrej Zajicek2014-10-021-2/+2
* Allows more constants in set literals.Ondrej Zajicek2014-10-022-4/+33
* Replaces function name in test.conf as it collided with new keyword.Ondrej Zajicek2014-07-071-2/+2
* Merge branch 'master' into add-pathOndrej Zajicek2013-11-252-20/+13
|\
| * Converts filters to unsigned integers.Ondrej Zajicek2013-11-242-20/+13
* | Merge branch 'master' into add-pathOndrej Zajicek2013-11-236-308/+430
|\|
| * Minor fix in log_commit() w.r.t. changes in BFD branch.Ondrej Zajicek2013-11-221-3/+3
| * Merge commit 'origin/bfd'Ondrej Zajicek2013-11-225-102/+107
| |\
| | * Fixes some BFD bugs and makes logging thread-safe.Ondrej Zajicek2013-10-055-102/+107
| * | Additional filter test case.Ondrej Zajicek2013-11-201-0/+10
| * | Implements 'allow local as' option.Ondrej Zajicek2013-10-211-1/+1
| * | Implements C.len operator for clist and eclist types.Ondrej Zajicek2013-10-022-3/+6
| * | Some fixes in filter code.Ondrej Zajicek2013-10-025-56/+80
| * | Minor code cleanups.Ondrej Zajicek2013-10-021-24/+17
| * | Simplifies val_in_range().Ondrej Zajicek2013-10-021-59/+36
| * | Rewrites static attribute filter code and adds ifname/ifindex attributes.Ondrej Zajicek2013-09-263-39/+52
| * | Fixes reconfiguration of global set variables.Ondrej Zajicek2013-09-101-2/+25
| |/
| * Extends delete/filter operators to work no bgp_paths.Ondrej Zajicek2013-08-152-1/+32
| * Implements proper setting of 'gw' route attribute.Ondrej Zajicek2013-08-132-2/+22
| * Fixes initial random values for function arguments.Ondrej Zajicek2013-07-261-2/+2
| * Allows to define constants of all filter types.Ondrej Zajicek2013-07-252-39/+27
| * Implements eval command and minor CLI cleanups.Ondrej Zajicek2013-07-252-10/+25
| * Implements 'bgppath ~ int set' filter op.Ondrej Zajicek2013-07-092-2/+5
| * Implements router advertisements activated by received routes.Ondrej Zajicek2013-02-081-0/+6
| * Removes some nonsense.Ondrej Zajicek2012-11-271-3/+0
| * Fixes setting of route attributes of type router id.Ondrej Zajicek2012-11-271-1/+15
* | Implements ADD-PATH extension for BGP.Ondrej Zajicek2012-08-141-1/+1
|/
* Implements wildcard matching in config file include.Ondrej Zajicek2012-07-182-3/+2
* Allows some modifications of dest attribute in filters.Ondrej Zajicek2012-04-292-4/+17
* Route Origin Authorization basics.Ondrej Zajicek2012-03-185-3/+98
* Extends set operations in filters.Ondrej Zajicek2012-03-152-21/+63
* Fixes name for unnamed filters.Ondrej Zajicek2012-03-151-0/+2
* Fixes a bug in pair set intervals.Ondrej Zajicek2012-03-151-1/+1
* Fixes a tricky bug in route filtering.Ondrej Zajicek2012-01-031-24/+76
* Some minor fixes in parser.Ondrej Zajicek2011-10-261-3/+3
* Fixes a bug with multiple function arguments.Ondrej Zajicek2011-09-271-1/+1
* Fixed problem during 'configure' with ECOndrej Filip2011-09-181-0/+1
* Configuration can include other files.Ondrej Filip2011-09-113-1/+10
* BGP Extended communities.Ondrej Zajicek2011-08-144-71/+482
* Prints full community lists during 'show route all'.Ondrej Zajicek2011-07-031-1/+1
* Adds filter clist operation.Ondrej Zajicek2011-06-263-11/+31
* Fixes several problems in filter syntax.Ondrej Zajicek2011-05-062-88/+138
* Avoid using stack.Ondrej Filip2011-03-271-4/+6
* This adds (*,x) functionality.Ondrej Filip2011-03-262-7/+54
* Convert && and || to shortcut boolean operators.Ondrej Zajicek2011-03-232-10/+16
* A hack to distinguish if..else from else: in case.Ondrej Zajicek2011-03-232-8/+9
* Fixes error handling in ASN expressions.Ondrej Zajicek2010-10-091-4/+1
* Fixes scope of filter symbols.Ondrej Zajicek2010-10-041-2/+3