summaryrefslogtreecommitdiffstats
path: root/zebra/rt_netlink.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #5416 from mjstapp/re_nhe_pointerDonald Sharp2019-12-041-21/+29
|\
| * lib,zebra: use nhg_hash_entry pointer in route_entryMark Stapp2019-12-041-21/+29
* | *: generously apply constDavid Lamparter2019-12-021-2/+2
|/
* zebra: Allow zebra to install nexthop groups into linux kernelDonald Sharp2019-11-111-7/+0
* zebra: Fix some nhg SA issues found in latest CoverityDonald Sharp2019-10-291-2/+7
* zebra: rt_netlink nexthop handling checkpatchStephen Worley2019-10-251-17/+14
* zebra: Guard nexthop group overflow readStephen Worley2019-10-251-3/+4
* zebra: Add DPLANE_NEIGH and DPLANE_VTEP to nhg casesStephen Worley2019-10-251-0/+5
* zebra: Zebra nexthop group re-work checkpatch fixesStephen Worley2019-10-251-4/+3
* zebra: Force off kernel nexthop group API for nowStephen Worley2019-10-251-0/+8
* zebra: Handle nhg_hash_entry encaps/more debuggingStephen Worley2019-10-251-20/+88
* zebra: Add common netlink mpls stack building pathStephen Worley2019-10-251-52/+40
* zebra: TODO for hanlding blackhole attr exclusiveStephen Worley2019-10-251-1/+3
* zebra: Use nexthop object id on route deleteStephen Worley2019-10-251-34/+41
* zebra: Move the supports_nh bool to a better placeStephen Worley2019-10-251-1/+16
* zebra: Add handling for kernel del/update nexthopStephen Worley2019-10-251-34/+6
* zebra: Sweep our nexthop objects out on restartStephen Worley2019-10-251-6/+17
* zebra: Give installed nhe's the zebra protoStephen Worley2019-10-251-0/+1
* zebra: Add recursive functionality to NHE'sStephen Worley2019-10-251-1/+2
* zebra: Use NHE id on kernel route sendsStephen Worley2019-10-251-0/+7
* zebra: Fix nhg ifindex setting and checkingStephen Worley2019-10-251-3/+5
* zebra: Use a nhe context dataplane and rib metaqStephen Worley2019-10-251-155/+57
* zebra: Remove uneeded freeing helper functionStephen Worley2019-10-251-2/+5
* zebra: Put nhe ifp setting inside allocStephen Worley2019-10-251-6/+0
* zebra: VRF ID should be null if a nexthop groupStephen Worley2019-10-251-1/+1
* zebra: Re-organize/expose nhg_connectedStephen Worley2019-10-251-22/+19
* zebra: Abstract the RB nodes/add dependents treeStephen Worley2019-10-251-5/+6
* zebra,lib: Refactor depends to RB treeStephen Worley2019-10-251-32/+38
* zebra: Add equivalence function for nhg_dependsStephen Worley2019-10-251-108/+124
* zebra: Make kernel debug nexthop standardizedStephen Worley2019-10-251-4/+6
* zebra: Always copy nhg and depends on nhe allocStephen Worley2019-10-251-1/+2
* zebra: Add functionality to send groups to kernelStephen Worley2019-10-251-32/+65
* zebra: Make nexthop group vrf VRF_DEFAULTStephen Worley2019-10-251-3/+4
* zebra: Refactor nexthop group creation code to use allocated memoryStephen Worley2019-10-251-51/+87
* zebra: Read in nexthop dependencies from the kernelStephen Worley2019-10-251-34/+74
* zebra: Check if a nexthop was added to the nhgStephen Worley2019-10-251-7/+2
* zebra: Add afi value for all nexthops sent/receivedStephen Worley2019-10-251-13/+15
* zebra: Make bad address family log message more clearStephen Worley2019-10-251-1/+1
* zebra: Fix where the flags are set for new nexthop entriesStephen Worley2019-10-251-0/+2
* zebra: Add ifp to zebra-side rib_addStephen Worley2019-10-251-6/+7
* zebra: Add new nexthops to the interface nexthop hash entry listStephen Worley2019-10-251-4/+13
* zebra: Make route entry nexthop groups point to our hash entryStephen Worley2019-10-251-0/+1
* zebra: Update rib_add to take a nexthop IDStephen Worley2019-10-251-1/+2
* zebra: Put unicast nexthop parsing into its own functionStephen Worley2019-10-251-56/+65
* zebra: Parse in nexthop ID information from new routesStephen Worley2019-10-251-0/+4
* zebra: Set the INSTALLED flags on nexthop entries we receiveStephen Worley2019-10-251-0/+4
* zebra: Force re-install nexthop if still referencedStephen Worley2019-10-251-1/+9
* zebra: Return proper status resultStephen Worley2019-10-251-1/+1
* zebra: Use the dest prefix for determining nexthop familyStephen Worley2019-10-251-4/+5
* zebra: Add debug statement for nexthop netlink messagesStephen Worley2019-10-251-6/+1