index
:
frr
master
frr
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
eigrpd
/
eigrp_topology.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
*: Convert prefix_free to double pointer
Donald Sharp
2019-11-02
1
-1
/
+1
*
eigrpd: Update eigrp_topology.c to not use VRF_DEFAULT
Donald Sharp
2019-08-07
1
-25
/
+20
*
eigrpd: Convert eigrp_zebra.c to use appropriate vrf_id
Donald Sharp
2019-08-07
1
-5
/
+9
*
eigrpd: Add `router eigrp AS [vrf NAME]` and various stuff
Donald Sharp
2019-08-07
1
-3
/
+3
*
eigrpd: Correctly handle the ref-count in a couple of spots
Donald Sharp
2019-02-11
1
-1
/
+1
*
eigrpd: Modify code to pass down metric to zebra
Donald Sharp
2019-02-03
1
-2
/
+3
*
Treewide: use ANSI function definitions
Ruben Kerkhof
2019-01-24
1
-3
/
+3
*
*: list_delete_and_null() -> list_delete()
David Lamparter
2018-10-02
1
-5
/
+5
*
eigrpd: Fix memory leaks and remove dead/unused functions
Donald Sharp
2018-09-24
1
-20
/
+6
*
*: style for EC replacements
Quentin Young
2018-09-13
1
-1
/
+1
*
*: LIB_[ERR|WARN] -> EC_LIB
Quentin Young
2018-09-13
1
-1
/
+1
*
*: rename zlog_fer -> flog_err
Quentin Young
2018-08-14
1
-1
/
+1
*
eigrpd: Convert to use LIB_ERR_XXX for zlog_err
Donald Sharp
2018-08-14
1
-1
/
+3
*
eigrpd ospfd: null chk (Coverity 1458168 1455335)
paco
2018-06-25
1
-0
/
+2
*
eigrpd: null check (Coverity 1455334 and 4 alike)
paco
2018-06-21
1
-2
/
+12
*
eigrpd: Consider only feasible successors as successors
Piotr Jurkiewicz
2018-05-04
1
-11
/
+18
*
*: use C99 standard fixed-width integer types
Quentin Young
2018-03-27
1
-1
/
+1
*
*: conform with COMMUNITY.md formatting rules, via 'make indent'
Lou Berger
2018-03-06
1
-17
/
+17
*
eigrpd: Convert topology list to a table
Donald Sharp
2017-10-24
1
-87
/
+94
*
*: Convert list_free usage to list_delete
Donald Sharp
2017-10-05
1
-6
/
+4
*
*: Convert list_delete(struct list *) to ** to allow nulling
Donald Sharp
2017-10-05
1
-3
/
+3
*
Merge pull request #1051 from donaldsharp/plists
David Lamparter
2017-09-05
1
-33
/
+33
|
\
|
*
eigrpd: eigrp_neighbor_entry to eigrp_nexthop_entry
Donald Sharp
2017-08-27
1
-33
/
+33
*
|
eigrpd: Cleanup various SA Issues
Donald Sharp
2017-08-25
1
-1
/
+1
|
/
*
eigrpd: Fix distance comparison
Donald Sharp
2017-08-24
1
-2
/
+9
*
eigrpd: Fix compiler warning introduced
Donald Sharp
2017-08-24
1
-3
/
+3
*
eigrpd: Refactor eigrp_topoloy_table_lookup_ipv4
Donald Sharp
2017-08-24
1
-3
/
+2
*
eigrpd: Refactor to use 'struct prefix' for eigrp_zebra.h
Donald Sharp
2017-08-24
1
-10
/
+5
*
eigrpd: Convert pe->destination_ipv4 to pe->destination
Donald Sharp
2017-08-24
1
-33
/
+27
*
eigrpd: No need to create TLV type
Donald Sharp
2017-08-24
1
-14
/
+13
*
eigrpd: Remove union from FSM msg
Donald Sharp
2017-08-24
1
-33
/
+28
*
eigrpd: Improve external route distance comparison
Donald Sharp
2017-08-24
1
-3
/
+7
*
eigrpd: make fsm msg data_type an enum
Donald Sharp
2017-08-24
1
-22
/
+35
*
eigrpd: Refactor FSM calling
Donald Sharp
2017-08-24
1
-2
/
+1
*
eigrpd: Fix memory leak in FSM
Donald Sharp
2017-08-24
1
-13
/
+10
*
eigrpd: cleanup eigrp_topology_update_distance
Donald Sharp
2017-08-16
1
-16
/
+16
*
*: reindent
reindent-master-after
whitespace / reindent
2017-07-17
1
-368
/
+324
*
eigrpd: Fix integer overflow possibility
Donald Sharp
2017-06-13
1
-1
/
+1
*
*: do not take address of packed member
Quentin Young
2017-05-26
1
-5
/
+5
*
*: make consistent & update GPLv2 file headers
David Lamparter
2017-05-15
1
-4
/
+3
*
eigrpd: Diverse Fixes
Renato Westphal
2017-05-13
1
-4
/
+6
*
eigrpd: Some Basic Corrections
Renato Westphal
2017-05-13
1
-9
/
+17
*
eigrpd: Switch u_int64_t -> uint64_t
Donald Sharp
2017-04-27
1
-1
/
+1
*
eigrpd: Cleanup tab/spacing of the *.c files
Donald Sharp
2017-04-08
1
-50
/
+34
*
eigrpd: Only install up to eigrp->max_paths into rib.
Donald Sharp
2017-04-08
1
-1
/
+22
*
eigrpd: Fix add and delete of routes into the rib
Donald Sharp
2017-04-06
1
-14
/
+20
*
eigrpd: Fix massive memory leak
Donald Sharp
2017-04-06
1
-17
/
+10
*
eigrpd: Cleanup long line
Donald Sharp
2017-04-06
1
-1
/
+2
*
eigrpd: Cleanup Bit Field handling
Donald Sharp
2017-04-06
1
-44
/
+8
*
eigrpd: Valgrind complained about not removing entry
Donald Sharp
2017-04-03
1
-14
/
+22
[next]