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
*
eigrpd: fix dependency on operational state in cli
Igor Ryzhov
2021-03-16
1
-12
/
+11
*
eigrpd: fix xpaths
Igor Ryzhov
2021-03-16
1
-2
/
+2
*
*: fix printf extension types
David Lamparter
2021-03-14
1
-2
/
+2
*
eigrpd: Convert to using our builtin printf stuff
Donald Sharp
2021-03-14
2
-12
/
+4
*
Merge pull request #7987 from donaldsharp/eigrp_mtu_correct
Russ White
2021-02-02
2
-4
/
+16
|
\
|
*
eigrpd: Correctly set the mtu for eigrp packets sent
Donald Sharp
2021-01-31
2
-4
/
+16
*
|
eigrpd: Prevent uninitialized value from being used
Donald Sharp
2021-01-30
1
-0
/
+1
|
/
*
eigrpd: Remove #if 0 dead code
Donald Sharp
2021-01-28
1
-63
/
+0
*
eigrpd: Cleanup eigrp_packet.h to our proper formatting
Donald Sharp
2021-01-12
1
-76
/
+85
*
eigrpd: Introduce eigrp_metric.[ch] and eigrp_types.h
Donnie Savage
2021-01-12
12
-110
/
+258
*
eigrpd: Rename nexthop_entry and prefix_entry to better names
Donnie Savage
2021-01-12
24
-226
/
+253
*
eigrpd: Create eigrp_yang.h and move stuff around
Donnie Savage
2021-01-12
4
-3
/
+34
*
eigrpd: Create eigrp_cli.h and move forward declarations
Donnie Savage
2021-01-12
6
-44
/
+74
*
eigrpd: Move `struct eigrp_master` to eigrpd.h
Donnie Savage
2021-01-12
2
-23
/
+27
*
*: Replace s_addr check agains 0 with INADDR_ANY
Donatas Abraitis
2020-12-14
1
-1
/
+1
*
eigrpd: Remove unneeeded if state types
Donald Sharp
2020-11-28
2
-10
/
+2
*
bgpd: Advertise FIB installed routes to bgp peers (Part 1)
Soman K S
2020-11-06
1
-1
/
+2
*
*: 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
[next]