summaryrefslogtreecommitdiffstats
path: root/zebra (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #7241 from chiragshah6/evpn_dev1Renato Westphal2020-10-074-17/+32
|\
| * zebra: display rpc error msg to vtyshChirag Shah2020-10-053-16/+30
| * *: add errmsg to nb rpcChirag Shah2020-10-051-1/+2
* | Merge pull request #7214 from donaldsharp/more_vrf_usefulnessMark Stapp2020-10-062-82/+65
|\ \ | |/ |/|
| * zebra: cleanup zebra_rnh.c debugsDonald Sharp2020-10-022-82/+65
* | Merge pull request #7219 from donaldsharp/rib_fixesMark Stapp2020-10-052-76/+99
|\ \
| * | zebra: Make connected routes their own entry on the meta_qDonald Sharp2020-10-012-34/+36
| * | zebra: When processing route_entries ignore unusable routesDonald Sharp2020-10-011-38/+48
| * | zebra: Prevent uninstall attempts when new entry is not happyDonald Sharp2020-09-301-4/+15
* | | BSD: Add whitespace between declaration and codeRoy Marples2020-10-051-0/+1
* | | BSD: Detect route(4) overflowsRoy Marples2020-10-041-2/+24
* | | vtysh: dynamically generate the list of daemons for commandsIgor Ryzhov2020-10-021-0/+2
| |/ |/|
* | Merge pull request #7215 from mjstapp/fix_z_mlag_readQuentin Young2020-09-301-2/+0
|\ \
| * | zebra: don't touch mlag read event pointerMark Stapp2020-09-301-2/+0
| |/
* | Merge pull request #7167 from donaldsharp/mlag_rd_killerMark Stapp2020-09-303-6/+1
|\ \ | |/ |/|
| * zebra: the mlag_rd_buf_offset variable was write onlyDonald Sharp2020-09-243-6/+1
* | Merge pull request #7192 from deastoe/zebra-fpm-blackhole-abortDonald Sharp2020-09-291-4/+12
|\ \
| * | zebra: fix FPM abort for unreach/prohibit routesDuncan Eastoe2020-09-291-4/+12
* | | Merge pull request #7188 from chiragshah6/evpn_devPatrick Ruddy2020-09-291-2/+7
|\ \ \
| * | | zebra: avoid duplication node in l3vni l2vni-listChirag Shah2020-09-291-2/+7
| |/ /
* | | zebra: Make nexthop_active check use the same debugDonald Sharp2020-09-291-4/+4
* | | zebra: Add missing reason we could not make an active_nexthop checkDonald Sharp2020-09-291-0/+5
|/ /
* | zebra: set NHG/backup NHG pointers on success zapi readStephen Worley2020-09-281-6/+11
* | lib,zebra,sharpd: add code for backup proto-NHs but disabledStephen Worley2020-09-282-53/+107
* | zebra: add type to nhg_prot_del API for sanity checkStephen Worley2020-09-283-3/+12
* | zebra: free ctx if we skip replace for NHG PROTO routesStephen Worley2020-09-281-0/+1
* | zebra: limit no re-install to NHG PROTO using routesStephen Worley2020-09-281-1/+2
* | zebra: use list to mark for removal when scoringStephen Worley2020-09-281-6/+21
* | zebra: reject proto NHGs of blackhole/interfaceStephen Worley2020-09-281-1/+17
* | zebra,sharpd: checkpatch fixesStephen Worley2020-09-282-4/+4
* | lib,zebra,sharpd: clang formatStephen Worley2020-09-283-38/+37
* | zebra: clean up the NHG proto zapi code a bitStephen Worley2020-09-281-8/+4
* | zebra: multipath number checks with NHG protoStephen Worley2020-09-281-10/+9
* | zebra: add flag track released state of proto NHGSStephen Worley2020-09-282-3/+33
* | zebra: reply fail on NHG add if not ifindex/onlinkStephen Worley2020-09-281-1/+9
* | lib,zebra: fixup NHG notify zapi messagingStephen Worley2020-09-281-2/+2
* | zebra: Properly set NEXTHOP_FLAG_FIB when skipping installDonald Sharp2020-09-281-0/+14
* | zebra: Only install a minimal amount of timesDonald Sharp2020-09-281-2/+1
* | zebra: add logging for NHG ignoring in netlinkStephen Worley2020-09-281-15/+24
* | zebra: return the proto nhe on del even with refsStephen Worley2020-09-281-1/+1
* | zebra: fix releasing proto-owned singletonsStephen Worley2020-09-281-1/+1
* | zebra: increment the nhg proto score iteratorStephen Worley2020-09-281-0/+2
* | zebra: fix refcnt/rib issues in NHG replace/deleteStephen Worley2020-09-285-19/+80
* | zebra: warn if zapi NHG add has no nexthopsStephen Worley2020-09-281-0/+6
* | zebra: handle proto NHG uninstall client disconnectStephen Worley2020-09-283-0/+53
* | zebra: inc/dec refcount on add/del NHG protoStephen Worley2020-09-281-1/+3
* | zebra: remove unneeded nhg repalce boilerplateStephen Worley2020-09-282-16/+1
* | zebra: Prevent duplicate re-installDonald Sharp2020-09-282-0/+28
* | zebra: fix route validity check with NHG IDStephen Worley2020-09-281-7/+7
* | zebra: use the passed proto from zapiStephen Worley2020-09-281-1/+1