summaryrefslogtreecommitdiffstats
path: root/snapcraft (unfollow)
Commit message (Expand)AuthorFilesLines
2019-10-29zebra: zvni_map_to_svi may return NULL act accordinglyDonald Sharp1-6/+8
2019-10-29zebra: Fix some nhg SA issues found in latest CoverityDonald Sharp2-4/+8
2019-10-26bgpd: write variable is never used in cli functionDonald Sharp1-4/+0
2019-10-26bgpd: bgp_path_info_mpath_next only returns valuesDonald Sharp1-2/+0
2019-10-26bgpd: Logically dead codeDonald Sharp1-15/+5
2019-10-26bgpd: Remove dead code in rfapiDonald Sharp3-10/+2
2019-10-26bfdd: VRF and CoverityDonald Sharp2-2/+2
2019-10-25zebra: rt_netlink nexthop handling checkpatchStephen Worley1-17/+14
2019-10-25zebra: Cleanup zebra_nhg APIsStephen Worley6-125/+121
2019-10-25zebra: Re-work zebra_nhg_*_valid APIsStephen Worley3-57/+82
2019-10-25zebra: Improve commenting for group requeue caseStephen Worley1-3/+10
2019-10-25zebra: Change wording of duplicate kernel nhg flagStephen Worley3-20/+25
2019-10-25lib: Make nexthop_next* use const for nexthopStephen Worley2-4/+5
2019-10-25zebra: Check depends for validity, not dependentsStephen Worley1-2/+1
2019-10-25zebra: Guard nexthop group overflow readStephen Worley1-3/+4
2019-10-25zebra: Adjust nhg handling for dataplane result off on shutdownStephen Worley1-82/+63
2019-10-25zebra: Set the nhe type in the appropriate placeStephen Worley1-2/+3
2019-10-25zebra: Remove cleanup and nhg workqueue boilerplateStephen Worley4-36/+0
2019-10-25zebra: Comment to indicate where nhg hashtables liveStephen Worley1-0/+5
2019-10-25lib,pbrd,zebra: Use one api to delete nexthops/groupStephen Worley7-18/+8
2019-10-25pbrd: nexthop_group delete cb don't free pbr->nhgStephen Worley1-1/+0
2019-10-25zebra: Use ng pointer in mpls_ftn_uninstallStephen Worley1-1/+1
2019-10-25zebra: Add DPLANE_NEIGH and DPLANE_VTEP to nhg casesStephen Worley2-0/+10
2019-10-25doc: Add docs for new nexthop group commandsStephen Worley1-4/+20
2019-10-25zebra: Fallback to default ns if nhg vrf lookup failsStephen Worley1-1/+8
2019-10-25lib: Add common handler for nexthop_group_equal*()Stephen Worley1-18/+22
2019-10-25lib: Add NULL check in nexthop_group_equal*() iterStephen Worley1-0/+14
2019-10-25zebra: Zebra nexthop group re-work checkpatch fixesStephen Worley6-46/+49
2019-10-25zebra: Fix NULL check in zebra_nhg_rib_find()Stephen Worley1-4/+2
2019-10-25lib: Fix nexthop_group_equal*() NULL checkStephen Worley1-2/+2
2019-10-25topotests: Expect shared nexthop memoryStephen Worley7-7/+0
2019-10-25zebra: Update ip route show with nexthop_num APIStephen Worley1-2/+2
2019-10-25zebra: Add bsd nexthop install boilerplateStephen Worley1-0/+5
2019-10-25zebra: Fix missed bsd nexthop group pointerStephen Worley1-1/+1
2019-10-25zebra: Force off kernel nexthop group API for nowStephen Worley1-0/+8
2019-10-25zebra: Only check nexthop status on route install/updateStephen Worley1-1/+6
2019-10-25zebra: Only show route nexthop group ID when askedStephen Worley1-10/+14
2019-10-25zebra: Only use passed afi for blackhole/ifindex nexthopsStephen Worley1-1/+23
2019-10-25zebra: Handle out of order kernel nexthop groupsStephen Worley2-28/+53
2019-10-25zebra: Free labels on nhg_ctx from kernelStephen Worley1-0/+10
2019-10-25zebra: Add some getters for nhg_ctxStephen Worley1-13/+55
2019-10-25zebra: Handle nhg_hash_entry encaps/more debuggingStephen Worley1-20/+88
2019-10-25zebra: Add common netlink mpls stack building pathStephen Worley1-52/+40
2019-10-25lib: Add nexthop quick hash apiStephen Worley2-17/+35
2019-10-25zebra: NHE hash reduce calls to jhashStephen Worley1-3/+2
2019-10-25lib: Nexthop hash onlink and ifindex with one callStephen Worley1-13/+3
2019-10-25zebra: Add nhe_id to show ip route detailedStephen Worley1-0/+1
2019-10-25zebra: Add some more output to show nexthop-groupStephen Worley1-11/+119
2019-10-25zebra: Optimize the fib/notified nexthop matchingStephen Worley3-80/+47
2019-10-25zebra: NHE use nexthop_group_equal_no_recurse()Stephen Worley1-1/+1