index
:
frr
master
frr
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
zebra
/
redistribute.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
zebra: Add more vrf name to debugs
Donald Sharp
2024-09-11
1
-2
/
+3
*
zebra: Move nhg reinstallation into if_up proper
Donald Sharp
2024-02-08
1
-4
/
+0
*
zebra: SA incorrectly believes a NULL pointer
Donald Sharp
2024-01-09
1
-0
/
+8
*
Merge pull request #12600 from donaldsharp/local_routes
Russ White
2023-12-05
1
-3
/
+4
|
\
|
*
*: Introduce Local Host Routes to FRR
Donald Sharp
2023-11-01
1
-3
/
+4
*
|
Merge pull request #14741 from donaldsharp/zebra_h_cleanup
Donatas Abraitis
2023-11-08
1
-0
/
+1
|
\
\
|
*
|
*: Move distance related defines into their own header
Donald Sharp
2023-11-07
1
-0
/
+1
*
|
|
Merge pull request #14698 from opensourcerouting/fix/remove_static_arp_entrie...
Russ White
2023-11-07
1
-0
/
+3
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
zebra: Remove static ARP entries on interface down events
Donatas Abraitis
2023-11-06
1
-0
/
+3
|
|
/
*
/
zebra: Remove vrf_id check against VRF_DEFAULT for zebra_redistribute()
Donatas Abraitis
2023-11-01
1
-4
/
+0
|
/
*
zebra: add redistribute table-direct support
Philippe Guibert
2023-10-20
1
-15
/
+65
*
zebra: Free nexthop_group
Keelan10
2023-10-10
1
-0
/
+1
*
*: remove ZEBRA_INTERFACE_VRF_UPDATE
anlan_cs
2023-10-07
1
-7
/
+4
*
zebra: Make main routing table (RT_TABLE_MAIN) configurable
Martin Pels
2023-08-22
1
-1
/
+1
*
zebra: Remove tag from zebra_rmap_obj
Donald Sharp
2023-08-11
1
-1
/
+1
*
zebra: Remove instance from zebra_rmap_obj data structure
Donald Sharp
2023-08-11
1
-2
/
+1
*
zebra: Replace source_protocol with just using re in route map object
Donald Sharp
2023-08-11
1
-2
/
+2
*
zebra: import table match against interface name could fail
Donald Sharp
2023-08-11
1
-4
/
+4
*
zebra: fix imported static routes deletion
Philippe Guibert
2023-07-12
1
-0
/
+2
*
zebra: adjust one debug info
anlan_cs
2023-07-11
1
-6
/
+5
*
*: Rearrange vrf_bitmap_X api to reduce memory footprint
Donald Sharp
2023-06-26
1
-9
/
+9
*
zebra: re-install nhg on interface up
Ashwini Reddy
2023-05-05
1
-0
/
+4
*
zebra: Use zebra_vrf_lookup_by_id when we can
Donald Sharp
2023-03-28
1
-1
/
+1
*
Merge pull request #12780 from opensourcerouting/spdx-license-id
Donald Sharp
2023-02-17
1
-16
/
+1
|
\
|
*
*: auto-convert to SPDX License IDs
David Lamparter
2023-02-09
1
-16
/
+1
*
|
zebra: Use string for type instead of number
Donald Sharp
2023-02-13
1
-2
/
+4
|
/
*
zebra: Create a zebra_rib_route_entry_new function and use it
Donald Sharp
2022-08-17
1
-9
/
+4
*
zebra: Fix ships in the night issue
Donald Sharp
2022-02-07
1
-1
/
+1
*
zebra: Add table and instance data to debugs for redistribute_delete
Donald Sharp
2022-01-18
1
-5
/
+20
*
zebra: Cleanup temp variable usage in debugs for %pFX
Donald Sharp
2022-01-18
1
-10
/
+6
*
zebra: Modify zsend_redistribute_route to receive struct route_node
Donald Sharp
2022-01-18
1
-22
/
+12
*
zebra: Pass rn to zebra_redistribute_check instead
Donald Sharp
2022-01-18
1
-13
/
+11
*
zebra: Convert redistribute_update to use a route_node
Donald Sharp
2022-01-18
1
-16
/
+14
*
zebra: Convert redistribute_delete to use a route_node
Donald Sharp
2022-01-18
1
-17
/
+14
*
zebra: Do not allow instance redistribution to happen no matter what
Donald Sharp
2022-01-18
1
-4
/
+7
*
zebra: Add hint to what instance we are looking at
Donald Sharp
2022-01-18
1
-6
/
+6
*
*: cleanup ifp->vrf_id
Igor Ryzhov
2021-11-22
1
-16
/
+16
*
zebra: Do not allow redistribution for non-vrf tables
Donald Sharp
2021-07-20
1
-0
/
+6
*
Revert "bgpd: vrf route leaking, fix vrf redistribute"
Igor Ryzhov
2021-05-09
1
-6
/
+11
*
zebra: Allow redistribution for routes selected
Donald Sharp
2021-05-04
1
-11
/
+1
*
zebra: debug log for redistribute_del
Emanuele Di Pascale
2021-04-26
1
-0
/
+8
*
bgpd: vrf route leaking, fix vrf redistribute
Abhinay Ramesh
2021-04-07
1
-11
/
+6
*
zebra: kill zebra_memory.h, use MTYPE_STATIC
David Lamparter
2021-03-22
1
-1
/
+0
*
*: remove remaining severity prefixes
David Lamparter
2021-03-14
1
-1
/
+1
*
*: remove tabs & newlines from log messages
David Lamparter
2021-02-14
1
-2
/
+2
*
Revert "zebra: When shutting down an interface immediately notify about rnh"
Donald Sharp
2020-12-12
1
-1
/
+1
*
:* Convert prefix2str to %pFX
Donatas Abraitis
2020-10-22
1
-36
/
+24
*
zebra: When shutting down an interface immediately notify about rnh
Donald Sharp
2020-08-28
1
-1
/
+1
*
zebra: Add table id to debug output
Donald Sharp
2020-08-19
1
-8
/
+8
*
Zebra: Default route distribute handling.
Santosh P K
2020-04-07
1
-63
/
+47
[next]