index
:
frr
master
frr
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
zebra
/
rib.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
zebra: kill zebra_memory.h, use MTYPE_STATIC
David Lamparter
2021-03-22
1
-0
/
+5
*
*: require semicolon after DEFINE_<typesafe...>
David Lamparter
2021-03-17
1
-2
/
+2
*
*: require semicolon after DEFINE_HOOK & co.
David Lamparter
2021-03-17
1
-1
/
+1
*
zebra: Allow rib_update_table to receive a specified route type
Donald Sharp
2021-01-16
1
-1
/
+1
*
zebra: remove unused function rib_update_vrf
Donald Sharp
2021-01-16
1
-1
/
+0
*
Merge pull request #7777 from volta-networks/fix_zebra_rib_c++
Quentin Young
2020-12-29
1
-2
/
+2
|
\
|
*
zebra: avoid c++ reserved keyword
Emanuele Di Pascale
2020-12-21
1
-2
/
+2
*
|
Revert "zebra: When shutting down an interface immediately notify about rnh"
Donald Sharp
2020-12-12
1
-1
/
+1
|
/
*
zebra: Gather opaque data into the route entry for storage
Donald Sharp
2020-12-08
1
-0
/
+7
*
zebra: Consolidate on 32 bits as the flag size for route flags
Donald Sharp
2020-10-29
1
-5
/
+6
*
zebra: Make connected routes their own entry on the meta_q
Donald Sharp
2020-10-01
1
-6
/
+8
*
zebra: fix refcnt/rib issues in NHG replace/delete
Stephen Worley
2020-09-28
1
-0
/
+4
*
zebra: When shutting down an interface immediately notify about rnh
Donald Sharp
2020-08-28
1
-1
/
+1
*
Merge pull request #6698 from deastoe/fpm-netlink-fixes
Donald Sharp
2020-08-04
1
-0
/
+1
|
\
|
*
zebra: Add table_id to rib_table_info_t
Duncan Eastoe
2020-07-08
1
-0
/
+1
*
|
zebra: add a route_entry flag for FIB-specific nexthops
Mark Stapp
2020-07-17
1
-7
/
+13
*
|
zebra: add fib nhg for backups, revise api
Mark Stapp
2020-07-07
1
-2
/
+16
|
/
*
zebra: avoid using c++ keywords in headers
Emanuele Di Pascale
2020-05-14
1
-1
/
+2
*
zebra: route node first next node
Chirag Shah
2020-05-12
1
-0
/
+10
*
zebra: remove typedef rib_update_event_t from system
Donald Sharp
2020-05-08
1
-5
/
+5
*
zebra: Remove typedef rib_table_info_t from system
Donald Sharp
2020-05-08
1
-5
/
+4
*
zebra: Remove typedef rib_tables_iter_state from system
Donald Sharp
2020-05-08
1
-3
/
+3
*
zebra: Remove typedef rnh_type_t from system
Donald Sharp
2020-05-08
1
-2
/
+2
*
zebra: add per-nexthop backup index
Mark Stapp
2020-03-27
1
-2
/
+8
*
zebra: Embed lib nexthop-group in zebra hash entry
Mark Stapp
2020-02-27
1
-1
/
+1
*
lib,zebra: use nhg_hash_entry pointer in route_entry
Mark Stapp
2019-12-04
1
-30
/
+10
*
zebra: clean up rib and nhg headers
Mark Stapp
2019-11-21
1
-0
/
+2
*
zebra: Use nexthop object id on route delete
Stephen Worley
2019-10-25
1
-2
/
+2
*
zebra: Use a nhe context dataplane and rib metaq
Stephen Worley
2019-10-25
1
-8
/
+15
*
zebra: Update rib_add to take a nexthop ID
Stephen Worley
2019-10-25
1
-2
/
+2
*
zebra: Route entries use nexthop entry ID's instead of pointers
Stephen Worley
2019-10-25
1
-1
/
+2
*
zebra: Add a nhe pointer to the route entry
Donald Sharp
2019-10-25
1
-0
/
+2
*
zebra: Remove nexthop_active_num from route entry
Donald Sharp
2019-10-25
1
-3
/
+0
*
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
-2
/
+2
*
zebra: Handle rib updates as a thread event
Stephen Worley
2019-10-18
1
-2
/
+5
*
zebra, tests: Remove ROUTE_ENTRY_NEXTHOPS_CHANGED
Donald Sharp
2019-07-29
1
-7
/
+5
*
zebra: Remove repeated enqueueing of system routes for rethinking
Donald Sharp
2019-07-29
1
-1
/
+0
*
*: s/TRUE/true/, s/FALSE/false/
Quentin Young
2019-07-01
1
-1
/
+1
*
zebra: Move multicast mode to being a property of the router
Donald Sharp
2019-05-29
1
-13
/
+0
*
zebra: add a fib-specific nexthop-group
Mark Stapp
2019-05-28
1
-1
/
+14
*
zebra: Add kernel level graceful restart
Donald Sharp
2019-05-24
1
-1
/
+1
*
Merge pull request #4328 from sworleys/Re-order-RouteEntry
Renato Westphal
2019-05-20
1
-6
/
+6
|
\
|
*
zebra: Reorder `struct route_entry` to reduce size
Donald Sharp
2019-05-14
1
-6
/
+6
*
|
zebra: Share route type checking macros
Stephen Worley
2019-05-14
1
-3
/
+2
*
|
zebra: Make RIB_SYSTEM|KERNEL_ROUTE a property of rib.h
Donald Sharp
2019-05-13
1
-0
/
+5
|
/
*
zebra: Use built in list handler for route entries now
Donald Sharp
2019-05-02
1
-7
/
+11
*
zebra: Remove linked list and replace with new LIST
Donald Sharp
2019-05-02
1
-1
/
+42
*
Revert "Zebra diet"
Lou Berger
2019-05-02
1
-42
/
+1
*
zebra: Remove linked list and replace with new LIST
Donald Sharp
2019-05-02
1
-1
/
+42
[next]