index
:
frr
master
frr
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ripd
/
ripd.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
ripd: Ensure better `struct thread *` semantics
Donald Sharp
2021-10-04
1
-12
/
+0
*
ripd: Fix spelling errors
schylar
2021-09-07
1
-2
/
+2
*
Merge pull request #9496 from idryzhov/vrf-cmd-init-unused-arg
David Lamparter
2021-08-27
1
-1
/
+1
|
\
|
*
lib: remove unused argument from vrf_cmd_init
Igor Ryzhov
2021-08-26
1
-1
/
+1
*
|
*: explicitly print "exit" at the end of every node config
Igor Ryzhov
2021-08-23
1
-0
/
+2
|
/
*
ripd: fix authentication key length
Igor Ryzhov
2021-07-27
1
-4
/
+8
*
*: Convert numeric 32 into IPV4_MAX_BITLEN for prefixlen
Donatas Abraitis
2021-07-01
1
-1
/
+2
*
*: Replace IPV4_MAX_PREFIXLEN to IPV4_MAX_BITLEN
Donatas Abraitis
2021-07-01
1
-1
/
+1
*
lib: remove vrf-interface config when removing the VRF
Igor Ryzhov
2021-06-21
1
-0
/
+2
*
lib: adapt to version 2 of libyang
Christian Hopps
2021-05-13
1
-5
/
+5
*
lib, ripd, ripngd, vtysh: Move distribute list to `correct` spot
Donald Sharp
2021-05-04
1
-3
/
+0
*
*: require semicolon after DEFINE_MTYPE & co
David Lamparter
2021-03-17
1
-5
/
+5
*
ripd: Convert to using internal printf formatters
Donald Sharp
2021-03-10
1
-14
/
+7
*
ripd: #if 0 we know what you are up to.
Donald Sharp
2021-01-28
1
-17
/
+0
*
*: Replace s_addr check agains 0 with INADDR_ANY
Donatas Abraitis
2020-12-14
1
-3
/
+3
*
*: Remove route_map_object_t from the system
Donald Sharp
2020-11-14
1
-3
/
+3
*
*: unify thread/event cancel macros
Mark Stapp
2020-10-23
1
-1
/
+1
*
ripd: replace inet_ntoa
Mark Stapp
2020-10-22
1
-67
/
+61
*
ripd: Convert to using %pFX
Donald Sharp
2020-10-17
1
-24
/
+15
*
rip(ng)d: fix interfaces cleaning
Igor Ryzhov
2020-10-09
1
-1
/
+2
*
*: move all userdata when changing node xpath
Igor Ryzhov
2020-09-24
1
-0
/
+7
*
*: un-split strings across lines
David Lamparter
2020-07-14
1
-16
/
+8
*
Merge pull request #6262 from qlyoung/remove-sprintf
David Lamparter
2020-04-23
1
-2
/
+2
|
\
|
*
*: sprintf -> snprintf
Quentin Young
2020-04-21
1
-2
/
+2
*
|
*: replace all random() calls
Rafael Zalamena
2020-04-18
1
-2
/
+4
|
/
*
*: move CLI node names to cmd_node->name
David Lamparter
2020-04-16
1
-0
/
+1
*
*: move CLI parent data to cmd_node->parent_node
David Lamparter
2020-04-16
1
-0
/
+1
*
*: remove second parameter on install_node()
David Lamparter
2020-04-16
1
-1
/
+3
*
*: remove cmd_node->vtysh
David Lamparter
2020-04-16
1
-1
/
+0
*
*: clean up cmd_node initializers
David Lamparter
2020-04-16
1
-1
/
+5
*
*: Replace `sizeof something` to sizeof(something)
Donatas Abraitis
2020-03-08
1
-1
/
+1
*
*: use gmtime_r, localtime_r exclusively
Mark Stapp
2020-03-05
1
-5
/
+5
*
*: Replace s_addr 0 => INADDR_ANY
Donatas Abraitis
2020-02-06
1
-11
/
+17
*
*: remove null check before XFREE
Quentin Young
2020-02-04
1
-2
/
+1
*
ripd: split northbound callbacks into multiple files
Renato Westphal
2019-10-30
1
-0
/
+1
*
Revert "lib: introduce a read-write lock for northbound configurations"
Renato Westphal
2019-09-18
1
-11
/
+7
*
Merge pull request #4564 from pguibert6WIND/misc_vrf_update_name
Russ White
2019-09-17
1
-1
/
+36
|
\
|
*
ripd: change vrf name with bypassing nb api
Philippe Guibert
2019-08-27
1
-0
/
+35
|
*
ripd: update the default vrf name by registering to callback
Philippe Guibert
2019-08-27
1
-1
/
+1
*
|
*: frr_elevate_privs -> frr_with_privs
David Lamparter
2019-09-03
1
-2
/
+2
|
/
*
ospfd,ripd: Enabling build with openssl
Michal Ruprich
2019-08-08
1
-0
/
+30
*
Revert "Ospf missing interface handling 2"
Donald Sharp
2019-06-24
1
-4
/
+2
*
Merge pull request #3775 from pguibert6WIND/ospf_missing_interface_handling_2
Donald Sharp
2019-06-22
1
-2
/
+4
|
\
|
*
*: change interface structure, from vrf_id to vrf
Philippe Guibert
2019-06-12
1
-0
/
+2
|
*
*: change if_lookup_by_name() api with vrf
Philippe Guibert
2019-06-12
1
-2
/
+2
*
|
ripd: use MTYPE_STATIC
David Lamparter
2019-06-21
1
-0
/
+6
|
/
*
ripd, ripngd: fix cleaning up of offset lists
Renato Westphal
2019-04-19
1
-1
/
+1
*
*: setting the socket send/recv buffer sizes doesn't need elevated privs
Renato Westphal
2019-04-08
1
-1
/
+1
*
Merge remote-tracking branch 'frr/master' into rip-vrf
Renato Westphal
2019-03-29
1
-22
/
+40
|
\
|
*
Merge pull request #3877 from qlyoung/remove-strncpy
Renato Westphal
2019-03-01
1
-12
/
+8
|
|
\
[next]