Age | Commit message (Expand) | Author |
2021-11-22 | Route export is now asynchronous. | Maria Matejka |
2021-11-22 | Better profylaction recursive route loops | Maria Matejka |
2021-11-22 | Special table hooks rectified. | Maria Matejka |
2021-11-22 | Table import and export are now explicit hooks. | Maria Matejka |
2021-11-09 | Limit containment | Maria Matejka |
2021-11-09 | Secondary and merged exports get a whole feed instead of traversing the table... | Maria Matejka |
2021-11-09 | Route export: rejected by filter bitmap | Maria Matejka |
2021-11-09 | Protocol stats split to import and export | Maria Matejka |
2021-11-09 | Nest: Route generations and explicit tracking route propagion through pipes | Maria Matejka |
2021-11-09 | Refeed is done from export table when appropriate | Maria Matejka |
2021-11-09 | Recursive route nexthop updates now announced with valid new_best/old_best in... | Maria Matejka |
2021-11-09 | Split route data structure to storage (ro) / manipulation (rw) structures. | Maria Matejka |
2021-11-09 | Extended route trace: logging Path Identifiers | Maria Matejka |
2021-10-13 | Dropping the unused rte_same hook | Maria Matejka |
2021-10-13 | Dropping rte-local dumper entries | Maria Matejka |
2021-10-13 | RIP fixup + dropping the tmp_attrs mechanism as obsolete | Maria Matejka |
2021-10-13 | Dropping the RTS_DUMMY temporary route storage. | Maria Matejka |
2021-10-13 | IGP metric getter refactoring to protocol callback | Maria Matejka |
2021-10-13 | Route: moved rte_src pointer from rta to rte | Maria Matejka |
2021-10-13 | Preference moved to RTA and set explicitly in protocols | Maria Matejka |
2021-10-13 | Preexport: No route modification, no linpool needed | Maria Matejka |
2021-10-13 | Export table: Delay freeing of old stored route. | Maria Matejka |
2021-04-19 | Internal route tables have a reduced cleanup routine | Maria Matejka |
2021-03-30 | Routing table is now a resource allocated from its own pool | Maria Matejka |
2021-03-30 | Routing tables list iteration should use explicit node struct position | Maria Matejka |
2021-02-10 | Nest: Automatic channel reloads based on RPKI changes | Ondrej Zajicek (work) |
2020-12-29 | Nest: Read Babel metric as IGP metric | James Lu |
2020-12-07 | Nest: Per-channel debug flags | Ondrej Zajicek (work) |
2020-11-15 | Nest: Fix crash in receive limit handling in import table | Ondrej Zajicek (work) |
2020-07-16 | Nest: Keep route ordering during route updates | Ondrej Zajicek (work) |
2020-05-01 | Uninitialized list nodes fixes | Maria Matejka |
2020-03-26 | Filter: Optimize IPv4 prefix sets | Ondrej Zajicek (work) |
2020-01-07 | KRT: Improve syncer code to avoid using temporary data in rtable | Ondrej Zajicek (work) |
2019-11-26 | Nest: Use bitmaps to keep track of exported routes | Ondrej Zajicek (work) |
2019-11-03 | Nest: Fix bug in export table | Ondrej Zajicek (work) |
2019-10-10 | Nest: Handle non-MPLS on MPLS case in recursive route update | Ondrej Zajicek (work) |
2019-10-10 | Nest: Handle PtP links in recursive route update | Ondrej Zajicek (work) |
2019-10-10 | Nest: Fix recursive route update | Ondrej Zajicek (work) |
2019-10-09 | BGP: AIGP metric support (RFC 7311) | Ondrej Zajicek (work) |
2019-09-24 | Nest: Fix bug in export table | Ondrej Zajicek (work) |
2019-08-27 | Channel refeed with import table splitting between routes for one prefix | Maria Matejka |
2019-08-14 | BGP: implement Adj-RIB-Out | Ondrej Zajicek (work) |
2019-03-22 | Fixed one warning and one undefined value. | Maria Matejka |
2019-03-18 | Merge branch 'master' into HEAD | Maria Matejka |
2019-03-14 | Nest: Update handling of temporary attributes | Ondrej Zajicek (work) |
2019-03-06 | OSPF: Improved handling of tmpattrs | Ondrej Zajicek (work) |
2019-02-22 | Nest: Do not compare rte.flags during rte_update() | Ondrej Zajicek (work) |
2019-02-20 | Conf: Symbol implementation converted from void pointers to union | Maria Matejka |
2019-02-20 | Filter: merged filter instruction constructors, counting line size on instruc... | Maria Matejka |
2019-02-20 | Filters: split the large filter.h file to smaller files. | Maria Matejka |