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: 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
*
Merge pull request #5925 from volta-networks/synchronous_client
Renato Westphal
2020-03-26
1
-3
/
+48
|
\
|
*
zebra: Synchronous client queues accumulate messages from zebra.
Karen Schoener
2020-03-23
1
-3
/
+48
*
|
*: remove tabs from log messages
David Lamparter
2020-03-24
1
-1
/
+1
*
|
bgpd,zebra: replace some more FUNCTION macros
Mark Stapp
2020-03-18
1
-2
/
+1
*
|
zebra: Only redistribute default routes of the right afi
Donald Sharp
2020-03-08
1
-0
/
+4
|
/
*
*: Replace __PRETTY_FUNCTION__/__FUNCTION__ to __func__
Donatas Abraitis
2020-03-05
1
-10
/
+6
*
zebra: Embed lib nexthop-group in zebra hash entry
Mark Stapp
2020-02-27
1
-3
/
+3
*
zebra: Add vrf name to debug output
Donald Sharp
2020-02-14
1
-4
/
+7
*
*: Remove parenthesis on return for constants
Donatas Abraitis
2020-02-09
1
-2
/
+2
*
lib,zebra: use nhg_hash_entry pointer in route_entry
Mark Stapp
2019-12-04
1
-6
/
+10
*
zebra: separate zebra_vrf_lookup_table_with_id()
Stephen Worley
2019-11-01
1
-4
/
+4
*
zebra: Use nexthop object id on route delete
Stephen Worley
2019-10-25
1
-1
/
+1
*
zebra: Remove re->nexthop_num from re
Donald Sharp
2019-10-25
1
-1
/
+0
*
zebra: Replace nexthop_group with pointer in route entry
Donald Sharp
2019-10-25
1
-3
/
+4
*
zebra: Fix redistribution deletion for ZEBRA_ROUTE_ALL
Donald Sharp
2019-10-02
1
-9
/
+12
*
Zebra: Rectifying the log messages.
vdhingra
2019-09-19
1
-2
/
+2
*
zebra: revise redistribution delete to improve update case
Mark Stapp
2019-09-12
1
-24
/
+70
*
zebra : zebra redistributing IPV4 link local Addresses inconsistently.
vdhingra
2019-08-14
1
-0
/
+14
*
lib: Introducing a 3rd state for route-map match cmd: RMAP_NOOP
Lakshman Krishnamoorthy
2019-07-22
1
-2
/
+2
*
zebra: import table entries are not showing up in the right table
Donald Sharp
2019-06-25
1
-3
/
+3
*
zebra: Push VRF_DEFAULT outside of import table code
Donald Sharp
2019-06-25
1
-60
/
+86
*
zebra: Use correct parameter order for table lookup up.
Donald Sharp
2019-06-25
1
-2
/
+2
*
Revert "Ospf missing interface handling 2"
Donald Sharp
2019-06-24
1
-9
/
+9
*
*: change interface structure, from vrf_id to vrf
Philippe Guibert
2019-06-12
1
-9
/
+9
*
Revert of PR 4078 and PR 4315
Lakshman Krishnamoorthy
2019-06-04
1
-2
/
+2
*
lib: Introducing a 3rd state for route-map match cmd: RMAP_NOOP
Lakshman Krishnamoorthy
2019-05-30
1
-2
/
+2
*
zebra: Continue rm update if table not found
Stephen Worley
2019-05-17
1
-0
/
+7
*
Merge pull request #4269 from donaldsharp/other_tables
Russ White
2019-05-16
1
-3
/
+4
|
\
|
*
zebra: Remove basic duplicated function
Donald Sharp
2019-05-09
1
-3
/
+4
*
|
zebra: Switch to using monotime(NULL) for re->uptime
Donald Sharp
2019-05-11
1
-1
/
+1
|
/
*
doc, zebra: Remove "table X" command
Donald Sharp
2019-05-06
1
-5
/
+4
*
zebra: Remove zclient->idinfo restrictions
Donald Sharp
2019-02-05
1
-14
/
+11
*
zebra: Move rtm_table_default to zrouter
Donald Sharp
2019-01-31
1
-3
/
+3
*
zebra: Move client_list to the zebra_router data structure
Donald Sharp
2019-01-31
1
-12
/
+13
*
zebra: Convert route entry id number to string in debugs
Donald Sharp
2019-01-30
1
-5
/
+6
*
zebra: fix checking of clients subscribed to receive interface info
Renato Westphal
2019-01-18
1
-3
/
+3
*
lib, zebra: add AFI parameter to the ZEBRA_REDISTRIBUTE_DEFAULT_* messages
Renato Westphal
2019-01-14
1
-4
/
+34
*
zebra: ZEBRA_[ERR|WARN] -> EC_ZEBRA
Quentin Young
2018-09-13
1
-5
/
+5
*
zebra: fix includes
Quentin Young
2018-09-06
1
-0
/
+1
*
zebra: flog_warn conversion
Quentin Young
2018-09-06
1
-9
/
+14
*
zebra : Zebra does not properly track which route-maps are changed (#2493)
kssoman
2018-08-17
1
-4
/
+3
*
lib, zebra: Allow protocols to use Distance as part of RR semantics
Donald Sharp
2018-07-29
1
-1
/
+1
[next]