index
:
frr
master
frr
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
eigrpd
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
*: unify thread/event cancel macros
Mark Stapp
2020-10-23
2
-4
/
+4
*
* : update signature of thread_cancel api
Mark Stapp
2020-10-23
2
-12
/
+6
*
eigrpd: Tone down warning when command is not implemented yet
Donald Sharp
2020-10-22
1
-13
/
+26
*
Merge pull request #7343 from ton31337/fix/prefix2str_to_pFX
Donald Sharp
2020-10-22
5
-40
/
+19
|
\
|
*
:* Convert prefix2str to %pFX
Donatas Abraitis
2020-10-22
5
-40
/
+19
*
|
eigrpd: Replace inet_ntoa with %pI4
Donald Sharp
2020-10-22
10
-132
/
+104
|
/
*
*: Use proper semantics for turning off thread
Donald Sharp
2020-10-12
1
-2
/
+1
*
vtysh: dynamically generate the list of daemons for commands
Igor Ryzhov
2020-10-02
1
-0
/
+1
*
eigrpd: make `show ip eigrp vrf all neighbor` work correctly
Donald Sharp
2020-08-31
1
-16
/
+37
*
eigrpd: Make `show ip eigrp vrf all interfaces` work correctly
Donald Sharp
2020-08-31
1
-14
/
+36
*
eigrpd: Fix `show ip eigrp vrf all topology` to actually work
Donald Sharp
2020-08-31
1
-15
/
+40
*
eigrpd: Cleanup eigrp interface display to respect 16 characters
Donald Sharp
2020-08-29
1
-2
/
+2
*
*: introduce DEFPY_YANG & friends
Renato Westphal
2020-08-03
1
-30
/
+30
*
*: un-split strings across lines
David Lamparter
2020-07-14
3
-17
/
+8
*
*: add filter northbound support
Rafael Zalamena
2020-06-05
1
-0
/
+1
*
build: make clippy Makefile rules nicer
David Lamparter
2020-04-27
1
-5
/
+4
*
build: use VPATH for vtysh_scan
David Lamparter
2020-04-27
1
-4
/
+4
*
*: change the signature of the northbound callbacks to be more flexible
Renato Westphal
2020-04-23
1
-286
/
+202
*
Merge pull request #6247 from FRRouting/nb_conversions
Donald Sharp
2020-04-17
1
-0
/
+1
|
\
|
*
*: include vrf northbound module in init
Chirag Shah
2020-04-16
1
-0
/
+1
*
|
*: move CLI node names to cmd_node->name
David Lamparter
2020-04-16
2
-0
/
+3
*
|
*: move CLI parent data to cmd_node->parent_node
David Lamparter
2020-04-16
1
-0
/
+2
*
|
*: remove second parameter on install_node()
David Lamparter
2020-04-16
2
-3
/
+9
*
|
*: remove cmd_node->vtysh
David Lamparter
2020-04-16
2
-3
/
+0
*
|
*: clean up cmd_node initializers
David Lamparter
2020-04-16
2
-4
/
+13
|
/
*
*: Do not cast to the same type
Donatas Abraitis
2020-04-08
1
-1
/
+1
*
eigrpd: stop checking for ancient OpenBSD
Ruben Kerkhof
2020-03-11
1
-1
/
+1
*
*: Replace `sizeof something` to sizeof(something)
Donatas Abraitis
2020-03-08
1
-5
/
+5
*
*: Replace __PRETTY_FUNCTION__/__FUNCTION__ to __func__
Donatas Abraitis
2020-03-05
3
-7
/
+7
*
*: Remove break after return
Donatas Abraitis
2020-02-13
2
-80
/
+0
*
Merge pull request #5763 from ton31337/fix/return_without_parent
Renato Westphal
2020-02-10
1
-1
/
+1
|
\
|
*
*: Remove parenthesis on return for constants
Donatas Abraitis
2020-02-09
1
-1
/
+1
*
|
*: Replace s_addr 0 => INADDR_ANY
Donatas Abraitis
2020-02-06
3
-6
/
+6
*
|
Merge pull request #5104 from opensourcerouting/route-map-nbv2
Donald Sharp
2020-02-05
1
-0
/
+1
|
\
\
|
|
/
|
/
|
|
*
*: fix route map integration
Rafael Zalamena
2020-02-04
1
-0
/
+1
*
|
*: don't null after XFREE; XFREE does this itself
Quentin Young
2020-02-03
1
-1
/
+0
|
/
*
doc: rename man pages to frr-*
David Lamparter
2020-01-15
1
-1
/
+1
*
eigrpd, ospfd, pimd: Fix assumption that interface may not be up
Donald Sharp
2019-12-04
2
-31
/
+31
*
*: generously apply const
David Lamparter
2019-12-02
1
-1
/
+1
*
*: make frr_yang_module_info const
David Lamparter
2019-11-30
1
-1
/
+1
*
*: make all route_map_rule_cmd const
David Lamparter
2019-11-30
1
-27
/
+58
*
eigrpd: Cleanup address dump functions to be a bit smarter
Donald Sharp
2019-11-22
2
-45
/
+15
*
eigrpd: Cleanup eigrp_if_name_string
Donald Sharp
2019-11-22
1
-8
/
+5
*
ospfd,eigrpd: don't take address of packed struct member
Mark Stapp
2019-11-11
1
-4
/
+5
*
*: Convert connected_free to a double pointer
Donald Sharp
2019-11-02
1
-1
/
+1
*
*: Convert prefix_free to double pointer
Donald Sharp
2019-11-02
2
-3
/
+2
*
Merge pull request #5009 from donaldsharp/interface_deletion
Russ White
2019-09-30
3
-148
/
+92
|
\
|
*
*: Convert zapi->interface_delete to ifp callback
Donald Sharp
2019-09-19
2
-32
/
+13
|
*
*: Convert interface_down to interface down callback
Donald Sharp
2019-09-19
2
-21
/
+7
|
*
*: Convert from ->interface_up to the interface callback
Donald Sharp
2019-09-19
2
-72
/
+41
[next]