index
:
frr
master
frr
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
zebra
/
zebra_rib.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #9304 from donaldsharp/zebra_random_stuff
Mark Stapp
2021-08-12
1
-226
/
+52
|
\
|
*
zebra: Delete rib_lookup_and_dump since it is not used
Donald Sharp
2021-08-06
1
-49
/
+0
|
*
zebra: Remove rib_lookup_and_pushup function
Donald Sharp
2021-08-06
1
-92
/
+0
|
*
zebra: Convert srcdest_rnode2str to %pRN in zebra_rib.c
Donald Sharp
2021-08-06
1
-74
/
+38
|
*
zebra: short-circuit rib_process when nothing to do
Donald Sharp
2021-08-06
1
-13
/
+16
*
|
zebra: Properly note add/update for rib_add_multipath_nhe
Donald Sharp
2021-08-09
1
-2
/
+7
|
/
*
zebra: process EVPN remote VTEP updates from the workqueue
Mark Stapp
2021-07-19
1
-0
/
+53
*
zebra: use workqueue for vxlan remote macip updates
Mark Stapp
2021-07-19
1
-5
/
+83
*
zebra: add workqueue support for EVPN updates
Mark Stapp
2021-07-19
1
-45
/
+227
*
*: Replace IPV4_MAX_PREFIXLEN to IPV4_MAX_BITLEN
Donatas Abraitis
2021-07-01
1
-1
/
+1
*
*: Replace IPV6_MAX_PREFIXLEN to IPV6_MAX_BITLEN
Donatas Abraitis
2021-07-01
1
-1
/
+1
*
zebra: use const in rib_match
Mark Stapp
2021-06-11
1
-1
/
+2
*
Merge pull request #8535 from opensourcerouting/zlog-rnode
Donatas Abraitis
2021-05-18
1
-27
/
+42
|
\
|
*
zebra: replace _rnode_zlog with %pZN ext
David Lamparter
2021-05-02
1
-27
/
+42
*
|
zebra: new dplane action to set gre link interface
Philippe Guibert
2021-04-30
1
-0
/
+1
|
/
*
Merge pull request #8488 from mjstapp/more_workqueue
Stephen Worley
2021-04-27
1
-23
/
+144
|
\
|
*
zebra: use workqueue for daemon-owned NHGs
Mark Stapp
2021-04-15
1
-23
/
+144
*
|
zebra: include nexthops' label stacks in debugs
Mark Stapp
2021-04-22
1
-2
/
+12
*
|
zebra, lib: replace ZEBRA_ROUTE_NEIGH with simplified version
Philippe Guibert
2021-04-13
1
-1
/
+0
*
|
zebra: move neighbor table configuration to dplane contexts
Philippe Guibert
2021-04-09
1
-0
/
+1
*
|
zebra, lib: handle NEIGH_ADD/DELETE to zebra dataplane framework
Philippe Guibert
2021-04-09
1
-0
/
+3
|
/
*
zebra: kill zebra_memory.h, use MTYPE_STATIC
David Lamparter
2021-03-22
1
-2
/
+22
*
*: require semicolon after DEFINE_HOOK & co.
David Lamparter
2021-03-17
1
-1
/
+1
*
zebra: move up prefix2str call in rib dump
David Lamparter
2021-03-14
1
-1
/
+3
*
zebra: move ipset and ipset_entry to zebra dplane contexts
Philippe Guibert
2021-03-10
1
-0
/
+4
*
zebra: move iptable handling in zebra_dplane
Philippe Guibert
2021-03-04
1
-0
/
+2
*
*: remove tabs & newlines from log messages
David Lamparter
2021-02-14
1
-1
/
+1
*
zebra: Remove #if 0 code
Donald Sharp
2021-01-28
1
-8
/
+0
*
zebra: Allow rib_update_table to receive a specified route type
Donald Sharp
2021-01-16
1
-11
/
+13
*
zebra: remove unused function rib_update_vrf
Donald Sharp
2021-01-16
1
-20
/
+0
*
Merge pull request #7819 from donaldsharp/more_data_for_debug_dumps
Mark Stapp
2021-01-13
1
-7
/
+45
|
\
|
*
zebra: Add ability to display in human readable format re->flags and status
Donald Sharp
2021-01-13
1
-7
/
+45
*
|
Merge pull request #7818 from donaldsharp/ip_proto_denied
Mark Stapp
2021-01-13
1
-0
/
+8
|
\
\
|
|
/
|
/
|
|
*
zebra: notify installing protocol when nexthops cannot be resolved
Donald Sharp
2021-01-11
1
-0
/
+8
*
|
Merge pull request #6853 from mjstapp/fix_rib_dups
Donald Sharp
2021-01-13
1
-6
/
+35
|
\
\
|
|
/
|
/
|
|
*
zebra: remove useless deleted route_entries promptly
Mark Stapp
2020-12-07
1
-6
/
+35
*
|
Merge pull request #7777 from volta-networks/fix_zebra_rib_c++
Quentin Young
2020-12-29
1
-5
/
+5
|
\
\
|
*
|
zebra: avoid c++ reserved keyword
Emanuele Di Pascale
2020-12-21
1
-5
/
+5
*
|
|
Revert "zebra: When shutting down an interface immediately notify about rnh"
Donald Sharp
2020-12-12
1
-14
/
+1
|
/
/
*
|
zebra: Gather opaque data into the route entry for storage
Donald Sharp
2020-12-08
1
-0
/
+2
*
|
lib, zebra: Fix overlapping message types
Donald Sharp
2020-12-08
1
-2
/
+8
|
/
*
zebra: free dplane ctx after pw update
Mark Stapp
2020-11-30
1
-0
/
+1
*
zebra: Add `--asic-offload` command
Donald Sharp
2020-11-15
1
-5
/
+25
*
bgpd: Advertise FIB installed routes to bgp peers (Part 1)
Soman K S
2020-11-06
1
-2
/
+6
*
Merge pull request #7414 from donaldsharp/32bitflags
Jafar Al-Gharaibeh
2020-10-30
1
-2
/
+2
|
\
|
*
zebra: Consolidate on 32 bits as the flag size for route flags
Donald Sharp
2020-10-29
1
-2
/
+2
*
|
zebra: Don't do expensive string manip if not in debug
Donald Sharp
2020-10-29
1
-7
/
+6
|
/
*
zebra: dplane APIs for programming evpn-mh access port attributes
Anuradha Karuppiah
2020-10-26
1
-0
/
+1
*
zebra: Replace some prefix2str with %pFX
Donald Sharp
2020-10-26
1
-74
/
+53
*
:* Convert prefix2str to %pFX
Donatas Abraitis
2020-10-22
1
-28
/
+15
[next]