summaryrefslogtreecommitdiffstats
path: root/zebra/zebra_fpm.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Revert "*: change hash_backet to hash_bucket"Jafar Al-Gharaibeh2020-02-271-3/+3
* *: change hash_backet to hash_bucketDonald Sharp2020-02-271-3/+3
* zebra: FPM should have a way of shutting downDonald Sharp2019-11-181-3/+18
* Zebra: Rectifying the log messages.vdhingra2019-09-191-4/+1
* zebra/fpm: deprecation warning for protobufDavid Lamparter2019-09-021-0/+3
* *: s/TRUE/true/, s/FALSE/false/Quentin Young2019-07-011-5/+5
* Zebra: Address review comments for RMAC FPM feature 1Ameya Dharkar2019-06-171-3/+2
* Zebra: Build nelink message for RMAC updatesAmeya Dharkar2019-06-171-1/+6
* Zebra: Handle FPM connection up/down eventsAmeya Dharkar2019-06-171-3/+35
* Zebra: FPM processing of mac_q and dest_qAmeya Dharkar2019-06-171-19/+161
* Zebra: Handle RMAC add/delete operation and add fpm_mac_info_tAmeya Dharkar2019-06-171-0/+124
* Zebra: Data structures for RMAC processing in FPMAmeya Dharkar2019-06-171-0/+100
* *: 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