summaryrefslogtreecommitdiffstats
path: root/nest
Commit message (Expand)AuthorAgeFilesLines
* Show info from multiple protocols when protocol is not specifiedOndrej Zajicek (work)2020-06-283-0/+51
* Nest: Allow key id 0Ondrej Zajicek (work)2020-05-191-1/+1
* Nest: Implement BGP path mask loop operatorOndrej Zajicek (work)2020-05-182-21/+43
* Nest: Fix neighbor handling for colliding rangesOndrej Zajicek (work)2020-05-113-19/+106
* Fixed a harmless warning in production buildMaria Matejka2020-05-011-2/+1
* Uninitialized list nodes fixesMaria Matejka2020-05-011-1/+1
* Nest: Added const to ea_show just to declare that this shouldn't really chang...Maria Matejka2020-05-013-5/+5
* Nest: Several assumptions to tame the static analyzerMaria Matejka2020-05-011-1/+5
* Nest: Assumption in rt-show for not-so-intuitive invariant.Maria Matejka2020-05-011-0/+6
* BGP: Fix handling of 16bit-only ASN translationNasato Goto2020-04-151-1/+1
* Configuration strings are constant.Maria Matejka2020-04-095-14/+14
* Filter: Optimize IPv4 prefix setsOndrej Zajicek (work)2020-03-261-2/+2
* RIP: Demand circuit support (RFC 2091)Ondrej Zajicek (work)2020-02-212-0/+40
* Added missing externMaria Matejka2020-02-041-1/+1
* KRT: Improve syncer code to avoid using temporary data in rtableOndrej Zajicek (work)2020-01-073-3/+1
* KRT: Remove KRF_SYNC_ERROR flagOndrej Zajicek (work)2019-12-192-4/+13
* KRT: Remove KRF_INSTALLED flagOndrej Zajicek (work)2019-12-161-1/+0
* Nest: Fix bitmap cleanupOndrej Zajicek (work)2019-12-101-1/+7
* Nest: Use bitmaps to keep track of exported routesOndrej Zajicek (work)2019-11-266-320/+242
* CLI: Fix continuation lines after final oneOndrej Zajicek (work)2019-11-261-0/+1
* BGP: Add option to reject AS_SETsOndrej Zajicek (work)2019-11-042-4/+12
* Support for address family constantsOndrej Zajicek (work)2019-11-031-0/+1
* Nest: Fix bug in export tableOndrej Zajicek (work)2019-11-031-1/+1
* Nest: Fix primary flag in show routeOndrej Zajicek (work)2019-10-251-3/+2
* Nest: Fix build without protocolsFabrice Fontaine2019-10-191-0/+1
* Nest: Handle non-MPLS on MPLS case in recursive route updateOndrej Zajicek (work)2019-10-101-0/+8
* Nest: Handle PtP links in recursive route updateOndrej Zajicek (work)2019-10-101-0/+2
* Nest: Fix recursive route updateOndrej Zajicek (work)2019-10-101-1/+2
* BGP: AIGP metric support (RFC 7311)Ondrej Zajicek (work)2019-10-092-1/+14
* Nest: Fix bug in export tableOndrej Zajicek (work)2019-09-241-0/+5
* Channel refeed with import table splitting between routes for one prefixMaria Matejka2019-08-272-10/+27
* Nest: Fix crash in route reload when some channels are not up.Ondrej Zajicek (work)2019-08-141-3/+5
* BGP: implement Adj-RIB-OutOndrej Zajicek (work)2019-08-145-1/+130
* Filter: Allow to use set constants / expressions in path masksOndrej Zajicek (work)2019-08-062-3/+3
* Filter: Allow to use sets in path masksOndrej Zajicek (work)2019-08-062-2/+33
* BGP: Improve reconfigurationOndrej Zajicek (work)2019-08-062-2/+2
* Conf: Fixed symbol redefinitionMaria Matejka2019-07-301-3/+3
* Merge remote-tracking branch 'origin/mq-filter-stack'Ondrej Zajicek (work)2019-07-2414-225/+260
|\
| * Merge branch 'master' into mq-filter-stackMaria Matejka2019-07-102-1/+20
| |\
| * \ Merge branch 'master' into mq-filter-stackMaria Matejka2019-07-032-0/+65
| |\ \
| * | | Filter: CLI command to dump all the linearized filtersMaria Matejka2019-07-031-0/+2
| * | | Removed obsolete comment at as_path_cut()Maria Matejka2019-07-031-1/+0
| * | | Dynamic attributes definition split whether it is bitmask or not.Maria Matejka2019-07-031-1/+1
| * | | Filter: Some people can't pronounce "postfixify" correctly. Let's try "linear...Jan Maria Matejka2019-05-221-2/+2
| * | | Lexer now returns known sym / unknown sym / keywordMaria Matejka2019-05-171-19/+24
| * | | Fixed one warning and one undefined value.Maria Matejka2019-03-221-1/+1
| * | | Fixed an undefined symbol bug in CLI introduced by filter refactoringMaria Matejka2019-03-201-0/+1
| * | | Merge branch 'master' into HEADMaria Matejka2019-03-185-49/+222
| |\ \ \
| * | | | Conf: Symbol implementation converted from void pointers to unionMaria Matejka2019-02-205-27/+27
| * | | | Filter: Merged postfixify routineMaria Matejka2019-02-201-2/+3