aboutsummaryrefslogtreecommitdiffstats
path: root/nest
Commit message (Expand)AuthorAgeFilesLines
...
* BMP protocol supportPawel Maslanka2023-04-162-1/+15
* Add missing references to "show route in" in the cli-help and doc.Johannes Moos2023-03-181-1/+1
* Build: Partial revert of one of previous changesOndrej Zajicek2023-02-011-1/+1
* Nest: Minor cleanup in buildsystemOndrej Zajicek2023-02-011-2/+4
* Nest: Fix leaking internal attributes in RIP and BabelOndrej Zajicek2023-01-032-1/+4
* Nest: Fix several issues with pflagsOndrej Zajicek2023-01-012-10/+12
* CLI: Fix for long-lived sessions during high loadsOndrej Zajicek2022-12-101-1/+1
* Nest: Avoid spurious announcements triggered by filtered routesOndrej Zajicek2022-12-061-1/+14
* Moved config-related allocations to config_pool and showing its size in memor...Maria Matejka2022-11-011-0/+1
* Doc: Add documentation for "show route (import|export) table"Alexander Zubkov2022-10-181-1/+1
* BGP: Add option 'next hop prefer global'Ondrej Zajicek2022-10-101-2/+3
* Nest: Add channel config flag to distinguish new or copyOndrej Zajicek2022-10-032-0/+2
* Filter: Add some minor functions for f_tree and ECOndrej Zajicek2022-10-031-0/+9
* BGP: Do not assume that all channels are struct bgp_channelOndrej Zajicek2022-10-031-0/+3
* Better profylaction recursive route loopsMaria Matejka2022-09-061-2/+5
* Simplified the protocol hookup code in MakefilesMaria Matejka2022-08-181-3/+2
* Revert "Export table: Delay freeing of old stored route."Maria Matejka2022-07-222-37/+28
* Added forgotten route source locking in flowspec validationMaria Matejka2022-07-111-1/+2
* Merge remote-tracking branch 'origin/master' into backportMaria Matejka2022-07-115-10/+96
|\
| * Filter: Implement for loopsOndrej Zajicek (work)2022-06-273-0/+81
| * Filter: Improve handling of stack frames in filter bytecodeOndrej Zajicek (work)2022-06-271-2/+2
| * Nest: Cleanups in as_path_filter()Ondrej Zajicek (work)2022-06-273-8/+13
* | Merge commit 'beb5f78a' into backportMaria Matejka2022-07-114-6/+7
|\|
| * Preexport callback now takes the channel instead of protocol as argumentMaria Matejka2022-06-274-6/+7
* | Merge version 2.0.10 into backportMaria Matejka2022-07-103-12/+54
|\|
| * Nest: Improve GC strategy for rtablesOndrej Zajicek2022-06-043-12/+54
* | Merge remote-tracking branch 'origin/master' into haugesund-to-2.0Maria Matejka2022-05-301-1/+1
|\|
| * BGP: Improve tx performance during feed/flushOndrej Zajicek2022-05-151-1/+1
* | RIP: fixed the EA_RIP_FROM attributeMaria Matejka2022-04-131-1/+1
* | All linpools use pages to allocate regular blocksMaria Matejka2022-04-061-1/+1
* | Protocols have their own explicit init routinesMaria Matejka2022-04-064-43/+19
* | Unsetting route attributes without messing with type systemMaria Matejka2022-04-062-19/+45
* | Eattr flags (originated and fresh) get their own struct fieldsMaria Matejka2022-04-062-5/+10
* | Minor fix: f_val literals should always have named struct fieldsMaria Matejka2022-04-061-2/+2
* | Slab allocator can free the blocks without knowing the parent structureMaria Matejka2022-04-064-8/+8
* | Printf variant with a result allocated inside a pool / linpoolMaria Matejka2022-03-151-6/+1
* | Merge commit '60880b539b8886f76961125d89a265c6e1112b7a' into haugesundMaria Matejka2022-03-095-257/+2
|\ \
| * | Extended route trace: logging Path IdentifiersMaria Matejka2021-11-091-2/+2
| * | Dropping the unused rte_same hookMaria Matejka2021-10-132-2/+0
| * | Dropping rte-local dumper entriesMaria Matejka2021-10-133-14/+0
| * | RIP fixup + dropping the tmp_attrs mechanism as obsoleteMaria Matejka2021-10-135-227/+0
| * | BGP: Moved the suppressed and stale flags to pflagsMaria Matejka2021-10-131-6/+0
* | | BGP Flowspec validation: Removed in-route optimization for multithreading com...Maria Matejka2022-03-092-3/+6
* | | Merge commit 'e42eedb9' into haugesundMaria Matejka2022-03-095-88/+13
|\| |
| * | Kernel: Convert the rte-local attributes to extended attributes and flags to ...Maria Matejka2021-10-131-7/+0
| * | Dropping the RTS_DUMMY temporary route storage.Maria Matejka2021-10-134-27/+2
| * | Babel: Convert the rte-local attributes to extended attributesMaria Matejka2021-10-131-7/+0
| * | OSPF: Convert the rte-local attributes to extended attributesMaria Matejka2021-10-131-7/+0
| * | RIP: convert the rte-local attributes to extended attributesMaria Matejka2021-10-131-7/+0
| * | Extended route attributes may include also pointersMaria Matejka2021-10-132-5/+6