index
:
frr
master
frr
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ripngd
/
ripngd.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
ripngd: Cleanup memory allocations on shutdown
Donald Sharp
2022-10-12
1
-0
/
+7
*
ripngd: Convert thread_cancel to THREAD_OFF
Donald Sharp
2022-07-21
1
-4
/
+4
*
ripngd: Remove various macros that overlap THREAD_OFF
Donald Sharp
2022-07-21
1
-17
/
+17
*
*: Properly use memset() when zeroing
Donatas Abraitis
2022-05-11
1
-5
/
+5
*
*: Avoid casting to the same type as on the left
Donatas Abraitis
2022-05-08
1
-1
/
+1
*
*: Change thread->func to return void instead of int
Donald Sharp
2022-02-24
1
-21
/
+11
*
*: rework renaming the default VRF
Igor Ryzhov
2021-12-21
1
-40
/
+2
*
ripngd: Ensure better `struct thread *` semantics
Donald Sharp
2021-10-04
1
-11
/
+0
*
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
|
/
*
*: Convert numeric 128 into IPV6_MAX_BITLEN for prefixlen
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
*
ripngd: use pI6 instead of inet6_ntoa
Mark Stapp
2021-03-31
1
-49
/
+45
*
*: require semicolon after DEFINE_MTYPE & co
David Lamparter
2021-03-17
1
-4
/
+4
*
ripngd: Convet to using internal printf modifiers
Donald Sharp
2021-03-10
1
-5
/
+2
*
ripngd: Remove #if 0 code
Donald Sharp
2021-01-28
1
-140
/
+0
*
*: Remove route_map_object_t from the system
Donald Sharp
2020-11-14
1
-6
/
+4
*
* : update signature of thread_cancel api
Mark Stapp
2020-10-23
1
-16
/
+5
*
ripngd: Convert to using %pFX
Donald Sharp
2020-10-17
1
-31
/
+20
*
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
-2
/
+1
*
*: replace all random() calls
Rafael Zalamena
2020-04-18
1
-2
/
+3
*
*: 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
/
+3
*
bgpd, lib, ripngd: Add agg_node_get_prefix
Donald Sharp
2020-03-24
1
-19
/
+11
*
treewide: fix some issues found with -Werror=undef
Ruben Kerkhof
2020-03-10
1
-1
/
+1
*
*: 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
*
*: remove null check before XFREE
Quentin Young
2020-02-04
1
-2
/
+1
*
*: strip trailing whitespace
Quentin Young
2019-09-30
1
-1
/
+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
-8
/
+42
|
\
|
*
ripngd: change vrf name with bypassing nb api
Philippe Guibert
2019-08-27
1
-7
/
+41
|
*
ripngd: 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
-3
/
+2
|
/
*
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
*
|
ripngd: use MTYPE_STATIC
David Lamparter
2019-06-21
1
-0
/
+5
|
/
*
ripngd: strcat -> strlcat
Quentin Young
2019-05-29
1
-7
/
+7
*
ripd, ripngd: fix cleaning up of offset lists
Renato Westphal
2019-04-19
1
-1
/
+1
*
Merge remote-tracking branch 'frr/master' into rip-vrf
Renato Westphal
2019-03-29
1
-13
/
+32
|
\
[next]