summaryrefslogtreecommitdiff
path: root/zebra/zebra_nhg.c
AgeCommit message (Expand)Author
2023-02-17Merge pull request #12780 from opensourcerouting/spdx-license-idDonald Sharp
2023-02-13zebra: clang-format style fixesStephen Worley
2023-02-13zebra: account for non-evpn ecmpStephen Worley
2023-02-13zebra: nhg resolution handler for d-vniStephen Worley
2023-02-09*: auto-convert to SPDX License IDsDavid Lamparter
2023-01-31zebra: Add missing enums to switch statementsDonald Sharp
2023-01-26zebra: i declaration shadows other i declaredDonald Sharp
2022-11-22zebra: traffic control state managementSiger Yang
2022-11-04*: Add ability to encode / decode resilence down zapiDonald Sharp
2022-11-04lib, zebra: Add ability to encode/decode resilient nhg'sDonald Sharp
2022-10-26zebra: Fix handling of recursive routes when processing closely in timeDonald Sharp
2022-10-20zebra: Fix debug of filtering out prefix due to routemapDonald Sharp
2022-08-11zebra: add tc netlink and dplane opsSiger Yang
2022-08-08zebra: Cleanup unguarded debugDonald Sharp
2022-08-05zebra: zrouter.in_shutdown is an atomic variableDonald Sharp
2022-08-05zebra: Fix memory leaks and use after frees in nhg's on shutdownDonald Sharp
2022-08-05zebra: When saving nhg for later stop processingDonald Sharp
2022-07-16zebra: When deleting nexthop group entries ensure the thread is offDonald Sharp
2022-06-29zebra: make rib_process_dplane_results own ctx freeingDonald Sharp
2022-06-23zebra: Allow kernel routes to stick around better on interface state changesDonald Sharp
2022-06-16zebra: Add a configurable knob `zebra nexthop-group keep (1-3600)`Donald Sharp
2022-06-16zebra: Add a timer to nexthop group deletionDonald Sharp
2022-06-16zebra: Move where zebra marks a nhg as uninstalled in fibDonald Sharp
2022-06-14zebra: Convert debugs to use %pNGDonald Sharp
2022-06-14zebra: Add `%pNG` to zebra print routinesDonald Sharp
2022-05-03*: remove the checking returned value for hash_get()anlan_cs
2022-04-19Merge pull request #10908 from donaldsharp/proto_only_errormobash-rasool
2022-04-18zebra: When `zebra nexthop proto only` limit errorsDonald Sharp
2022-04-09zebra: Allow system routes to recurse through themselvesDonald Sharp
2022-04-08zebra: Allow multiple connected routes to be choosen for kernel routesDonald Sharp
2022-03-09zebra: add support for protodown reason codeStephen Worley
2022-03-09zebra: let /32 host route with same IP cross VRFanlan_cs
2022-02-28zebra: Use the routes vrf not the vrf of the nexthop for route-map applicationDonald Sharp
2022-02-25zebra: add dplane type for NETCONF dataMark Stapp
2022-02-07zebra: Use AF_UNSPEC instead of setting to 0Donald Sharp
2022-02-04zebra: Ensure zebra_nhg_sweep_table accounts for double deletesDonald Sharp
2021-09-21Merge pull request #9052 from mjstapp/dplane_incoming_devDonald Sharp
2021-09-14zebra: add new dplane op codes for interface addr eventsMark Stapp
2021-09-10zebra: copy nexthop_srv6 in nexthop_set_resolvedRyoga Saito
2021-09-02zebra: Convert to `struct zebra_nhlfe` as per our internal standardDonald Sharp
2021-07-15zebra: fix ifp pointer for groups/recursivesStephen Worley
2021-07-01*: Replace 4/16 integers to IPV4_MAX_BYTELEN/IPV6_MAX_BYTELENDonatas Abraitis
2021-07-01*: Convert numeric 32 into IPV4_MAX_BITLEN for prefixlenDonatas Abraitis
2021-07-01*: Convert numeric 128 into IPV6_MAX_BITLEN for prefixlenDonatas Abraitis
2021-07-01*: Replace IPV4_MAX_PREFIXLEN to IPV4_MAX_BITLENDonatas Abraitis
2021-07-01*: Replace IPV6_MAX_PREFIXLEN to IPV6_MAX_BITLENDonatas Abraitis
2021-06-02lib,sharpd,zebra: update nexthop object with nh_srv6Hiroki Shirokura
2021-06-02zebra: ZEBRA_ROUTE_ADD supports seg6 route (step3)Hiroki Shirokura
2021-06-02zebra: ZEBRA_ROUTE_ADD supports seg6local route (step1)Hiroki Shirokura
2021-04-30zebra: new dplane action to set gre link interfacePhilippe Guibert