summaryrefslogtreecommitdiffstats
path: root/zebra/zebra_fpm.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* *: style for EC replacementsQuentin Young2018-09-131-3/+2
* zebra: ZEBRA_[ERR|WARN] -> EC_ZEBRAQuentin Young2018-09-131-3/+3
* zebra: flog_warn conversionQuentin Young2018-09-061-1/+2
* *: rename zlog_fer -> flog_errQuentin Young2018-08-141-2/+2
* zebra: Cleanup compile issues discovered by ciDonald Sharp2018-08-141-0/+1
* zebra, lib: error references for zebraQuentin Young2018-08-141-2/+5
* *: conform with COMMUNITY.md formatting rules, via 'make indent'Lou Berger2018-03-061-7/+4
* zebra: Add some more debug information on read issues in FPMDonald Sharp2018-01-181-2/+18
* zebra: Replace SELECTED_FIB flag with a rib_dest_t pointerDonald Sharp2017-12-051-13/+1
* *: don't use deprecated stream.h macrosQuentin Young2017-12-011-1/+1
* lib, ospf6d, ospfd, zebra: Add ZEBRA_STRDonald Sharp2017-10-251-2/+2
* Send all routes to FPM, including VRF and multicastThorvald Natvig2017-10-201-40/+1
* *: use clang's 'ForEachMacros' format style optionRenato Westphal2017-09-151-2/+1
* zebra: don't print 0.0.0.0:0 for FPM configDavid Lamparter2017-08-231-2/+4
* *: reindentreindent-master-afterwhitespace / reindent2017-07-171-1128/+1038
* *: remove VTYNL, part 4 of 6David Lamparter2017-07-141-2/+2
* *: remove VTYNL, part 3 of 6David Lamparter2017-07-141-2/+2
* *: ditch vty_outln(), part 1 of 2David Lamparter2017-07-131-6/+6
* *: s/VTY_NEWLINE/VTYNL/gQuentin Young2017-06-291-3/+3
* *: use vty_outlnQuentin Young2017-06-291-9/+10
* *: remove THREAD_BACKGROUNDQuentin Young2017-06-081-5/+5
* zebra: Refactor 'struct rib' to be 'struct route_entry'Donald Sharp2017-06-011-14/+14
* *: make consistent & update GPLv2 file headersDavid Lamparter2017-05-151-4/+3
* ospf6d, zebra: remove unnecessary assertsQuentin Young2017-05-091-6/+0
* *: update thread_add_* callsQuentin Young2017-05-091-12/+12
* *: remove THREAD_ON macros, add nullity checkQuentin Young2017-05-091-18/+20
* zebra: fpm: convert into moduleDavid Lamparter2017-03-251-30/+41
* Merge pull request #104 from opensourcerouting/time-cleanupDonald Sharp2017-01-241-17/+3
|\
| * *: use monotime()David Lamparter2017-01-231-3/+3
| * *: remove quagga_gettime() return value checksDavid Lamparter2017-01-231-17/+3
* | zebra: Fix compile warnings under freebsdDonald Sharp2017-01-181-0/+2
|/
* zebra: Cleanup zebra_static CLANG/SA issues.Donald Sharp2017-01-181-2/+4
* Merge branch 'stable/2.0'David Lamparter2016-12-051-1/+1
|\
| * zebra/lib: remove redundant fields from zebra_vrfRenato Westphal2016-11-281-1/+1
* | Merge branch 'cmaster-next' into vtysh-grammarQuentin Young2016-10-251-1/+8
|\|
| * zebra: If fpm is not turned on hide the cli for itDonald Sharp2016-10-251-1/+8
* | Merge branch 'cmaster-next' into vtysh-grammarQuentin Young2016-10-181-23/+199
|\|
| * zebra: support FIB override routesTimo Teräs2016-09-301-1/+1
| * zebra: optionally use protobuf with FPMAvneesh Sachdev2016-09-231-21/+118
| * zebra: Enable fpm module to connect to remote fpm serverUdaya Shankara KS2016-09-231-1/+80
| * Revert "zebra: support FIB override routes"Donald Sharp2016-09-231-1/+1
| * zebra: support FIB override routesTimo Teräs2016-09-231-1/+1
|/
* zebra: use prefix2str for logging where possibleTimo Teräs2016-06-091-4/+3
* zebra: Refactor zebra_vrfDonald Sharp2016-04-151-0/+3
* Quagga: Fixup some compile warningsDonald Sharp2015-11-231-1/+1
* lib, zebra: move "struct vrf" to be a lib moduleFeng Lu2015-10-301-1/+1
* zebra: add module to communicate routes to FPMAvneesh Sachdev2012-11-301-0/+1581