summaryrefslogtreecommitdiffstats
path: root/zebra/redistribute.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* zebra: Add more vrf name to debugsDonald Sharp2024-09-111-2/+3
* zebra: Move nhg reinstallation into if_up properDonald Sharp2024-02-081-4/+0
* zebra: SA incorrectly believes a NULL pointerDonald Sharp2024-01-091-0/+8
* Merge pull request #12600 from donaldsharp/local_routesRuss White2023-12-051-3/+4
|\
| * *: Introduce Local Host Routes to FRRDonald Sharp2023-11-011-3/+4
* | Merge pull request #14741 from donaldsharp/zebra_h_cleanupDonatas Abraitis2023-11-081-0/+1
|\ \
| * | *: Move distance related defines into their own headerDonald Sharp2023-11-071-0/+1
* | | Merge pull request #14698 from opensourcerouting/fix/remove_static_arp_entrie...Russ White2023-11-071-0/+3
|\ \ \ | |/ / |/| |
| * | zebra: Remove static ARP entries on interface down eventsDonatas Abraitis2023-11-061-0/+3
| |/
* / zebra: Remove vrf_id check against VRF_DEFAULT for zebra_redistribute()Donatas Abraitis2023-11-011-4/+0
|/
* zebra: add redistribute table-direct supportPhilippe Guibert2023-10-201-15/+65
* zebra: Free nexthop_groupKeelan102023-10-101-0/+1
* *: remove ZEBRA_INTERFACE_VRF_UPDATEanlan_cs2023-10-071-7/+4
* zebra: Make main routing table (RT_TABLE_MAIN) configurableMartin Pels2023-08-221-1/+1
* zebra: Remove tag from zebra_rmap_objDonald Sharp2023-08-111-1/+1
* zebra: Remove instance from zebra_rmap_obj data structureDonald Sharp2023-08-111-2/+1
* zebra: Replace source_protocol with just using re in route map objectDonald Sharp2023-08-111-2/+2
* zebra: import table match against interface name could failDonald Sharp2023-08-111-4/+4
* zebra: fix imported static routes deletionPhilippe Guibert2023-07-121-0/+2
* zebra: adjust one debug infoanlan_cs2023-07-111-6/+5
* *: Rearrange vrf_bitmap_X api to reduce memory footprintDonald Sharp2023-06-261-9/+9
* zebra: re-install nhg on interface upAshwini Reddy2023-05-051-0/+4
* zebra: Use zebra_vrf_lookup_by_id when we canDonald Sharp2023-03-281-1/+1
* Merge pull request #12780 from opensourcerouting/spdx-license-idDonald Sharp2023-02-171-16/+1
|\
| * *: auto-convert to SPDX License IDsDavid Lamparter2023-02-091-16/+1
* | zebra: Use string for type instead of numberDonald Sharp2023-02-131-2/+4
|/
* zebra: Create a zebra_rib_route_entry_new function and use itDonald Sharp2022-08-171-9/+4
* zebra: Fix ships in the night issueDonald Sharp2022-02-071-1/+1
* zebra: Add table and instance data to debugs for redistribute_deleteDonald Sharp2022-01-181-5/+20
* zebra: Cleanup temp variable usage in debugs for %pFXDonald Sharp2022-01-181-10/+6
* zebra: Modify zsend_redistribute_route to receive struct route_nodeDonald Sharp2022-01-181-22/+12
* zebra: Pass rn to zebra_redistribute_check insteadDonald Sharp2022-01-181-13/+11
* zebra: Convert redistribute_update to use a route_nodeDonald Sharp2022-01-181-16/+14
* zebra: Convert redistribute_delete to use a route_nodeDonald Sharp2022-01-181-17/+14
* zebra: Do not allow instance redistribution to happen no matter whatDonald Sharp2022-01-181-4/+7
* zebra: Add hint to what instance we are looking atDonald Sharp2022-01-181-6/+6
* *: cleanup ifp->vrf_idIgor Ryzhov2021-11-221-16/+16
* zebra: Do not allow redistribution for non-vrf tablesDonald Sharp2021-07-201-0/+6
* Revert "bgpd: vrf route leaking, fix vrf redistribute"Igor Ryzhov2021-05-091-6/+11
* zebra: Allow redistribution for routes selectedDonald Sharp2021-05-041-11/+1
* zebra: debug log for redistribute_delEmanuele Di Pascale2021-04-261-0/+8
* bgpd: vrf route leaking, fix vrf redistributeAbhinay Ramesh2021-04-071-11/+6
* zebra: kill zebra_memory.h, use MTYPE_STATICDavid Lamparter2021-03-221-1/+0
* *: remove remaining severity prefixesDavid Lamparter2021-03-141-1/+1
* *: remove tabs & newlines from log messagesDavid Lamparter2021-02-141-2/+2
* Revert "zebra: When shutting down an interface immediately notify about rnh"Donald Sharp2020-12-121-1/+1
* :* Convert prefix2str to %pFXDonatas Abraitis2020-10-221-36/+24
* zebra: When shutting down an interface immediately notify about rnhDonald Sharp2020-08-281-1/+1
* zebra: Add table id to debug outputDonald Sharp2020-08-191-8/+8
* Zebra: Default route distribute handling.Santosh P K2020-04-071-63/+47