summaryrefslogtreecommitdiffstats
path: root/zebra/zebra_fpm_protobuf.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* *: auto-convert to SPDX License IDsDavid Lamparter2023-02-091-16/+1
* zebra: Add missing enums to switch statementsDonald Sharp2023-01-311-1/+2
* *: Do not cast to the same typeDonatas Abraitis2020-04-081-1/+1
* zebra: fix nexthop_group conversion in fpm codeMark Stapp2020-02-281-1/+1
* *: Replace s_addr 0 => INADDR_ANYDonatas Abraitis2020-02-061-2/+2
* lib,zebra: use nhg_hash_entry pointer in route_entryMark Stapp2019-12-041-1/+1
* zebra: Replace nexthop_group with pointer in route entryDonald Sharp2019-10-251-1/+1
* zebra: fix missed multipath_num changeDonald Sharp2019-05-161-1/+2
* lib: ZEBRA_NUM_OF -> array_sizeDavid Lamparter2019-04-181-1/+1
* *: fix clang-6 SA warningsDavid Lamparter2018-09-081-0/+1
* zebra: Set "has" flags on optional scalar fields of FPM protobuf messagesSergey Fionov2018-03-291-0/+3
* lib: Isolate nexthop_group functions to nexthop_group.cDonald Sharp2018-03-091-1/+1
* zebra: cleanup blackhole supportDavid Lamparter2017-08-281-21/+14
* *: reindentreindent-master-afterwhitespace / reindent2017-07-171-232/+227
* Rename ALL_NEXTHOPS_RO to ALL_NEXTHOPSßingen2017-07-101-1/+1
* Fix bug with NH macro in zebra_fpm_protobufßingen2017-07-101-3/+2
* 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
* zebra: fpm: fix protobuf compileDavid Lamparter2017-03-241-2/+2
* bgpd, zebra: Allow setting ecmp from daemon cliDonald Sharp2017-03-011-2/+2
* fpm/protobuf: fix compile errors & warningsDavid Lamparter2016-09-231-3/+3
* zebra: optionally use protobuf with FPMAvneesh Sachdev2016-09-231-0/+311