aboutsummaryrefslogtreecommitdiffstats
path: root/nest/a-path.c
Commit message (Expand)AuthorAgeFilesLines
* Nest: Implement BGP path mask loop operatorOndrej Zajicek (work)2020-05-181-21/+42
* BGP: Add option to reject AS_SETsOndrej Zajicek (work)2019-11-041-3/+11
* Filter: Allow to use set constants / expressions in path masksOndrej Zajicek (work)2019-08-061-1/+1
* Filter: Allow to use sets in path masksOndrej Zajicek (work)2019-08-061-1/+30
* Removed obsolete comment at as_path_cut()Maria Matejka2019-07-031-1/+0
* Filter: merged filter instruction constructors, counting line size on instruc...Maria Matejka2019-02-201-1/+1
* Filters: split the large filter.h file to smaller files.Maria Matejka2019-02-201-1/+1
* Filter refactoring: dropped the recursion from the interpreterMaria Matejka2019-02-201-28/+40
* No more warnings ...Jan Maria Matejka2018-09-181-1/+1
* Merge branch 'master' into int-newJan Maria Matejka2018-03-141-2/+1
|\
| * Filter: make bgpmask literals real constructorsJan Maria Matejka2018-03-141-2/+1
* | Nest: Trivial whitespace cleanupOndrej Zajicek (work)2018-02-071-1/+1
* | BGP: Support for AS confederations (RFC 5065)Ondrej Zajicek (work)2017-01-221-131/+200
* | BGP redesignOndrej Zajicek (work)2016-12-071-116/+318
* | nest/a-path.c: Fix description of BS constant (block size)Pavel Tvrdik2016-11-301-1/+1
* | Unit Testing for BIRDOndrej Zajicek (work)2016-11-091-2/+1
|/
* Build: switch on -Wextra, get rid of most of the warningsJan Moskyto Matejka2016-11-011-1/+1
* Add AS# ranges to bgpmask.Ondrej Filip2016-06-081-8/+18
* Filter: Implement last_nonaggregated operator on bgp_pathOndrej Zajicek (work)2016-02-161-1/+30
* unsigned [int] -> uintPavel TvrdĂ­k2015-06-081-1/+1
* Implements 'allow local as' option.Ondrej Zajicek2013-10-211-2/+4
* Extends delete/filter operators to work no bgp_paths.Ondrej Zajicek2013-08-151-0/+63
* Implements 'bgppath ~ int set' filter op.Ondrej Zajicek2013-07-091-0/+23
* Cleanup in sysdep KRT code, part 2.Ondrej Zajicek2012-04-301-1/+0
* Fix configure to enable warnings and fix most of them.Ondrej Zajicek2010-02-211-2/+2
* Remove bgp_as4_support variable.Ondrej Zajicek2009-12-141-41/+18
* Rename as_path_get_last/as_path_get_first to be consistent.Ondrej Zajicek2009-10-121-5/+5
* Some cleanups.Ondrej Zajicek2009-08-271-1/+2
* Fixes bug related to AS2->AS4 conversion.Ondrej Zajicek2009-08-251-0/+6
* Adds support for dynamic pair and bgp mask expressions.Ondrej Zajicek2009-06-011-2/+9
* Rewrite of buggy AS path matching.Ondrej Zajicek2009-04-171-63/+155
* Fix bug in empty bgp mask handlingOndrej Zajicek2009-02-211-0/+3
* Fix bug in AS path matchingOndrej Zajicek2008-11-161-0/+1
* Bugfixes in MULIT_EXIT_DISC attribute handling.Ondrej Zajicek2008-10-261-0/+14
* Implementation of 4B ASN support for BGPOndrej Zajicek2008-10-261-35/+174
* Added missing semicolons.Martin Mares2002-11-131-1/+1
* Added as_path_get_first().Martin Mares2000-05-191-0/+28
* Removed a lot of unused variables.Martin Mares2000-05-041-1/+1
* Fixed stupid bug in as_path_format().Martin Mares2000-04-271-2/+2
* Whitespace changes.Pavel Machek2000-04-261-0/+1
* Aesthetical tweaks (asterisk spells `asterisk' etc.)Martin Mares2000-04-171-20/+24
* as_path_match moved to a-path.cPavel Machek2000-04-171-0/+67
* Path_getlen moved to nest and length was made callable from filters.Pavel Machek2000-04-171-0/+18
* Printing of AS paths and community sets.Martin Mares2000-04-171-0/+45
* Created nest/a-path.c and a-set.c which should contain general operationsMartin Mares2000-04-171-0/+38