summaryrefslogtreecommitdiffstats
path: root/configure.ac (unfollow)
Commit message (Expand)AuthorFilesLines
2020-10-02tests: don't compare internal vrfId in topotestsIgor Ryzhov1-4/+0
2020-10-02tests: don't compare internal vrfId in topotestsIgor Ryzhov28-60/+7
2020-10-01tests: Topotest fixes to skip comparing InterfaceIndex and Internal status in...Martin Winter61-998/+0
2020-10-01tests: fix typos in zebra_rib and _netlinkMark Stapp2-2/+2
2020-10-01tests: fix regex in all_proto testMark Stapp1-1/+2
2020-10-01isisd: fix node for clear commandsIgor Ryzhov1-2/+2
2020-10-01*: make failure to decode nht update an errorQuentin Young5-11/+7
2020-10-01lib: fix zapi_nexthop_update_decode error rcQuentin Young1-1/+1
2020-09-30zebra: don't touch mlag read event pointerMark Stapp1-2/+0
2020-09-30vtysh: fix commands when building only isisd or fabricdIgor Ryzhov3-5/+44
2020-09-29tests: pim-basic mcast scripts fixes for python3Mark Stapp2-9/+27
2020-09-29zebra: fix FPM abort for unreach/prohibit routesDuncan Eastoe1-4/+12
2020-09-29zebra: Make nexthop_active check use the same debugDonald Sharp1-4/+4
2020-09-29zebra: Add missing reason we could not make an active_nexthop checkDonald Sharp1-0/+5
2020-09-29vtysh: respect --disable-daemon configure flagsIgor Ryzhov2-0/+146
2020-09-29vtysh: rearrange commands per daemon and nodeIgor Ryzhov1-253/+296
2020-09-29tests: skip tests when building without daemonIgor Ryzhov1-1/+7
2020-09-29zebra: avoid duplication node in l3vni l2vni-listChirag Shah1-2/+7
2020-09-29bfdd: Make new multihop peer if local-address is uniqueTashana Mehta-Wilson1-12/+13
2020-09-28zebra: set NHG/backup NHG pointers on success zapi readStephen Worley1-6/+11
2020-09-28sharpd: make id log more specificStephen Worley1-1/+1
2020-09-28lib,zebra,sharpd: add code for backup proto-NHs but disabledStephen Worley7-63/+162
2020-09-28lib,sharpd: align zapi NHG apis a bitStephen Worley3-42/+46
2020-09-28zebra: add type to nhg_prot_del API for sanity checkStephen Worley3-3/+12
2020-09-28sharp: add check for num_nh > multipathStephen Worley1-0/+7
2020-09-28zebra: free ctx if we skip replace for NHG PROTO routesStephen Worley1-0/+1
2020-09-28zebra: limit no re-install to NHG PROTO using routesStephen Worley1-1/+2
2020-09-28lib: add doc to clear-up hash_iterate multi deletionStephen Worley1-1/+2
2020-09-28zebra: use list to mark for removal when scoringStephen Worley1-6/+21
2020-09-28lib: add proto NHG Notif header to log command typesStephen Worley1-1/+2
2020-09-28tests: add topotest for NHG Proto APIsStephen Worley1-8/+46
2020-09-28zebra: reject proto NHGs of blackhole/interfaceStephen Worley1-1/+17
2020-09-28zebra,sharpd: checkpatch fixesStephen Worley3-13/+9
2020-09-28lib,zebra,sharpd: clang formatStephen Worley8-52/+48
2020-09-28zebra: clean up the NHG proto zapi code a bitStephen Worley1-8/+4
2020-09-28zebra: multipath number checks with NHG protoStephen Worley1-10/+9
2020-09-28zebra: add flag track released state of proto NHGSStephen Worley2-3/+33
2020-09-28sharpd: implement NHG notification handlingStephen Worley3-1/+77
2020-09-28zebra: reply fail on NHG add if not ifindex/onlinkStephen Worley1-1/+9
2020-09-28lib,zebra: fixup NHG notify zapi messagingStephen Worley2-4/+4
2020-09-28zebra: Properly set NEXTHOP_FLAG_FIB when skipping installDonald Sharp1-0/+14
2020-09-28zebra: Only install a minimal amount of timesDonald Sharp1-2/+1
2020-09-28Revert "lib,sharpd,pbrd: `set installable` nhg command"Stephen Worley5-102/+15
2020-09-28zebra: add logging for NHG ignoring in netlinkStephen Worley1-15/+24
2020-09-28lib: add logging for ZEBRA_NHG_ADD[DEL]Stephen Worley1-1/+3
2020-09-28lib,sharpd,pbrd: `set installable` nhg commandStephen Worley5-15/+102
2020-09-28zebra: return the proto nhe on del even with refsStephen Worley1-1/+1
2020-09-28zebra: fix releasing proto-owned singletonsStephen Worley1-1/+1
2020-09-28zebra: increment the nhg proto score iteratorStephen Worley1-0/+2
2020-09-28zebra: fix refcnt/rib issues in NHG replace/deleteStephen Worley5-19/+80