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
*
Merge pull request #1237 from donaldsharp/distance_special
Renato Westphal
2017-10-10
1
-3
/
+3
|
\
|
*
zebra: Make admin distance a uint8_t
Donald Sharp
2017-09-25
1
-3
/
+3
*
|
Merge pull request #1236 from donaldsharp/interface_startup
Renato Westphal
2017-09-29
1
-0
/
+2
|
\
\
|
*
|
zebra: Do not allow same rib_dest_t be queued multiple times to meta queue
Donald Sharp
2017-09-25
1
-0
/
+2
|
|
/
*
/
zebra: Do not allow delete of route from kernel in non-startup case
Donald Sharp
2017-09-25
1
-1
/
+1
|
/
*
zebra: remove refcnt from the route_entry structure
Renato Westphal
2017-09-01
1
-3
/
+0
*
zebra: cleanup blackhole support
David Lamparter
2017-08-28
1
-1
/
+2
*
zebra: rib: use nexthop ptr in rib_add/delete
David Lamparter
2017-08-28
1
-6
/
+5
*
zebra: Pay attention to metric from kernel
Donald Sharp
2017-08-09
1
-2
/
+3
*
zebra: add new flag to detect nexthop label updates
Renato Westphal
2017-08-09
1
-0
/
+1
*
*: reindent
reindent-master-after
whitespace / reindent
2017-07-17
1
-227
/
+212
*
lib,zebra: Fix ALL_NEXTHOPS iterator
Christian Franke
2017-07-12
1
-33
/
+0
*
Update comments for ALL_NEXTHOPS_RO definition
ßingen
2017-07-12
1
-10
/
+5
*
Rename ALL_NEXTHOPS_RO to ALL_NEXTHOPS
ßingen
2017-07-10
1
-1
/
+1
*
Allow for more than 1 NH recursion level
ßingen
2017-06-28
1
-23
/
+15
*
zebra: Fix the metaq to be aware of all routing protocols we could see
Donald Sharp
2017-06-07
1
-1
/
+1
*
zebra: Refactor 'struct rib' to be 'struct route_entry'
Donald Sharp
2017-06-01
1
-50
/
+53
*
*: make consistent & update GPLv2 file headers
David Lamparter
2017-05-15
1
-4
/
+3
*
zebra: labeled unicast handling
Don Slice
2017-04-06
1
-1
/
+1
*
zebra: fpm: convert into module
David Lamparter
2017-03-25
1
-0
/
+3
*
lib: Enhance prefix dump for EVPN prefixes
vivek
2017-02-14
1
-2
/
+2
*
Merge branch 'master' into feature/zebra-srcdest
Christian Franke
2017-01-31
1
-4
/
+4
|
\
|
*
zebra: Cleanup dead code and unused return value
Donald Sharp
2017-01-30
1
-4
/
+4
*
|
zebra: add srcdest support to rib
Christian Franke
2017-01-30
1
-2
/
+4
*
|
zebra: receive ZAPI IPv6 source prefix
David Lamparter
2017-01-30
1
-4
/
+4
|
/
*
zebra: remove unused variable
Renato Westphal
2016-12-23
1
-1
/
+0
*
zebra: fix FIB route updates on *BSD
Renato Westphal
2016-12-23
1
-1
/
+1
*
zebra: plug more memory leaks
Renato Westphal
2016-11-28
1
-1
/
+2
*
*: Consistently support 32-bit route tags
Christian Franke
2016-10-08
1
-3
/
+4
*
zebra: support FIB override routes
Timo Teräs
2016-09-30
1
-0
/
+1
*
Make route flags a 32bit field
Christian Franke
2016-09-23
1
-1
/
+1
*
Revert "Make route flags a 32bit field"
Donald Sharp
2016-09-23
1
-1
/
+1
*
Revert "zebra: support FIB override routes"
Donald Sharp
2016-09-23
1
-1
/
+0
*
zebra: support FIB override routes
Timo Teräs
2016-09-23
1
-0
/
+1
*
Make route flags a 32bit field
Christian Franke
2016-09-23
1
-1
/
+1
*
Quagga: Install label forwarding entries for statically configured LSPs
vivek
2016-09-23
1
-0
/
+3
*
zebra: Pass in vrf to rib_match_ipv4_multicast
Donald Sharp
2016-09-14
1
-1
/
+1
*
zebra: Remove unused function reference.
Donald Sharp
2016-09-01
1
-2
/
+0
*
zebra: refactor rib_add_ipv[4|6]_multipath
Donald Sharp
2016-09-01
1
-12
/
+3
*
zebra: Refactor rib_add_ipv[4|6] to a common function
Donald Sharp
2016-09-01
1
-4
/
+5
*
zebra: Refactor rib_delete_ipv[4|6]
Donald Sharp
2016-09-01
1
-8
/
+4
*
zebra: Refactor rib_match_ipv[4|6]
Donald Sharp
2016-09-01
1
-4
/
+2
*
zebra: Create zebra_static.[ch] to isolate code
Donald Sharp
2016-09-01
1
-69
/
+6
*
zebra: implement per-route mtu handling
Timo Teräs
2016-08-21
1
-2
/
+7
*
zebra: make ZEBRA_FLAG_CHANGED internal status
Timo Teräs
2016-08-19
1
-0
/
+1
*
*: use an ifindex_t type, defined in lib/if.h, for ifindex values
Paul Jakma
2016-08-18
1
-14
/
+13
*
zebra: make MRIB lookup behaviour switchable
David Lamparter
2016-05-26
1
-0
/
+17
*
zebra: return route_node from rib_match_ipv4_safi
David Lamparter
2016-05-26
1
-1
/
+2
*
zebra: mrib: static route support
Everton Marques
2016-05-26
1
-2
/
+2
*
zebra: add rib_match_ipv4_safi()
Everton Marques
2016-05-26
1
-1
/
+1
[next]