index
:
frr
master
frr
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
zebra
/
zebra_rnh.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Merge pull request #5918 from ton31337/fix/__func__everywhere
Quentin Young
2020-03-05
1
-6
/
+6
|
\
|
*
*: Replace __PRETTY_FUNCTION__/__FUNCTION__ to __func__
Donatas Abraitis
2020-03-05
1
-6
/
+6
*
|
zebra: when override flag is set, do not forget to update nht
Philippe Guibert
2020-03-05
1
-1
/
+2
|
/
*
zebra: Embed lib nexthop-group in zebra hash entry
Mark Stapp
2020-02-27
1
-14
/
+13
*
*: revise zapi nexthop encoding
Mark Stapp
2019-12-06
1
-31
/
+4
*
lib,zebra: use nhg_hash_entry pointer in route_entry
Mark Stapp
2019-12-04
1
-12
/
+16
*
lib,pbrd,zebra: Use one api to delete nexthops/group
Stephen Worley
2019-10-25
1
-1
/
+0
*
zebra: Remove re->nexthop_num from re
Donald Sharp
2019-10-25
1
-1
/
+2
*
zebra: Replace nexthop_group with pointer in route entry
Donald Sharp
2019-10-25
1
-9
/
+11
*
Zebra: Rectifying the log messages.
vdhingra
2019-09-19
1
-2
/
+3
*
zebra: improve cleanup of MPLS labels when zclient disconnects
Renato Westphal
2019-09-07
1
-7
/
+0
*
zebra: nht resolution default configurable per vrf
Philippe Guibert
2019-08-28
1
-4
/
+10
*
Merge pull request #4757 from donaldsharp/import_check_fixup
Renato Westphal
2019-08-01
1
-1
/
+1
|
\
|
*
zebra: Fix display of `show ip import-check A.B.C.D`
Donald Sharp
2019-07-31
1
-1
/
+1
*
|
Merge pull request #4746 from donaldsharp/zebra_rib_improvements
Russ White
2019-07-30
1
-3
/
+1
|
\
\
|
*
|
zebra, tests: Remove ROUTE_ENTRY_NEXTHOPS_CHANGED
Donald Sharp
2019-07-29
1
-3
/
+1
|
|
/
*
|
Merge pull request #4560 from lkrishnamoor/filter_vni_changes_jun
Donald Sharp
2019-07-30
1
-1
/
+1
|
\
\
|
*
|
lib: Introducing a 3rd state for route-map match cmd: RMAP_NOOP
Lakshman Krishnamoorthy
2019-07-22
1
-1
/
+1
|
|
/
*
/
zebra: skip queued entries when resolving nexthop
Don Slice
2019-07-26
1
-0
/
+9
|
/
*
zebra: Fix rnh old -vs- new comparison
Donald Sharp
2019-06-24
1
-4
/
+2
*
zebra: use MTYPE_STATIC
David Lamparter
2019-06-21
1
-0
/
+2
*
zebra: Display a bit better debugging for rnh tracking
Donald Sharp
2019-06-18
1
-13
/
+14
*
zebra,pbrd: Update pbrd to handle NHT properly
Stephen Worley
2019-06-10
1
-50
/
+0
*
Revert of PR 4078 and PR 4315
Lakshman Krishnamoorthy
2019-06-04
1
-1
/
+1
*
zebra: the route nexthop interfaces per vrf were not displayed ok
Philippe Guibert
2019-06-03
1
-1
/
+1
*
lib: Introducing a 3rd state for route-map match cmd: RMAP_NOOP
Lakshman Krishnamoorthy
2019-05-30
1
-1
/
+1
*
zebra: Remove linked list and replace with new LIST
Donald Sharp
2019-05-02
1
-3
/
+3
*
Revert "Zebra diet"
Lou Berger
2019-05-02
1
-3
/
+3
*
zebra: Remove linked list and replace with new LIST
Donald Sharp
2019-05-02
1
-3
/
+3
*
zebra: stop sending invalid nexthops to clients
Don Slice
2019-04-19
1
-5
/
+26
*
zebra: Allow specification of v[4|6] addrs on some commands
Donald Sharp
2019-04-05
1
-2
/
+6
*
zebra: If we copy re than the state has changed
Donald Sharp
2019-03-27
1
-0
/
+1
*
zebra: Add detailed debugging command for NHT tracking
Donald Sharp
2019-03-27
1
-6
/
+73
*
zebra: Modify NHT to occur when needed.
Donald Sharp
2019-03-27
1
-4
/
+66
*
zebra: Set and track the resolved_route for the rnh as it changes.
Donald Sharp
2019-03-27
1
-2
/
+28
*
zebra: Add the afi_t to the rnh
Donald Sharp
2019-03-27
1
-1
/
+3
*
zebra: Add the type we are working on to the rnh data structure
Donald Sharp
2019-03-27
1
-0
/
+1
*
zebra: The prn value may be NULL do not allow deref
Donald Sharp
2019-03-27
1
-1
/
+1
*
zebra: Make the import_check look like nexthop_check
Donald Sharp
2019-03-27
1
-5
/
+8
*
*: remove trailing newlines from zlog messages
Quentin Young
2019-03-14
1
-3
/
+3
*
zebra: Use ROUTE_ENTRY_INSTALLED as decision for route is installed
Donald Sharp
2019-01-26
1
-10
/
+8
*
zebra: remove dead macro
Renato Westphal
2019-01-21
1
-10
/
+0
*
zebra: consolidate how we indentify address-families in the NHT code
Renato Westphal
2019-01-21
1
-61
/
+52
*
zebra: Remove zebra_delete_rnh from being a public function
Donald Sharp
2019-01-04
1
-1
/
+1
*
zebra: Abstract zebra_delete_rnh
Donald Sharp
2019-01-04
1
-7
/
+7
*
zebra: For rnh handling use actual resolved nexthop
Donald Sharp
2018-12-12
1
-5
/
+3
*
zebra: Always resend nexthop information when registered
Donald Sharp
2018-11-28
1
-3
/
+7
*
lib, zebra: Encode nexthop vrf in nht updates
Donald Sharp
2018-11-01
1
-0
/
+1
*
Merge pull request #2946 from mjstapp/dplane_2
Donald Sharp
2018-10-28
1
-4
/
+26
|
\
|
*
zebra: support zebra shutdown and cleanup
Mark Stapp
2018-10-25
1
-9
/
+16
[prev]
[next]