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: adjust header for display command
anlan_cs
2024-07-05
1
-1
/
+4
*
ripngd: convert RPC commands to mgmtd
Igor Ryzhov
2024-04-22
1
-20
/
+0
*
lib: rework northbound RPC callback
Igor Ryzhov
2024-04-22
1
-16
/
+3
*
ripngd: fix "clear ipv6 ripng" command
Igor Ryzhov
2024-03-08
1
-0
/
+33
*
ripngd: convert ripngd to mgmtd
Christian Hopps
2024-01-26
1
-47
/
+5
*
ripngd: use new distribute-list northbound code.
Christian Hopps
2024-01-22
1
-2
/
+0
*
*: convert `struct interface->connected` to DLIST
David Lamparter
2023-11-22
1
-2
/
+1
*
Merge pull request #13797 from sri-mohan1/srib-ripng
Donatas Abraitis
2023-06-21
1
-29
/
+26
|
\
|
*
ripngd: changes for code maintainability
sri-mohan1
2023-06-19
1
-29
/
+26
*
|
Revert "ripngd: Cleanup memory allocations on shutdown"
Igor Ryzhov
2023-06-15
1
-7
/
+0
|
/
*
ripng: Implement `allow-ecmp X` command
Donatas Abraitis
2023-05-23
1
-1
/
+61
*
lib: convert if_rmap config output to northbound
Igor Ryzhov
2023-04-12
1
-1
/
+0
*
*: Convert event.h to frrevent.h
Donald Sharp
2023-03-24
1
-1
/
+1
*
*: Convert THREAD_XXX macros to EVENT_XXX macros
Donald Sharp
2023-03-24
1
-29
/
+28
*
*: Convert thread_timer_remain_XXX to event_timer_remain_XXX
Donald Sharp
2023-03-24
1
-9
/
+9
*
*: Convert thread_add_XXX functions to event_add_XXX
Donald Sharp
2023-03-24
1
-11
/
+10
*
*: Rename `struct thread` to `struct event`
Donald Sharp
2023-03-24
1
-8
/
+8
*
*: Rename thread.[ch] to event.[ch]
Donald Sharp
2023-03-24
1
-1
/
+1
*
*: auto-convert to SPDX License IDs
David Lamparter
2023-02-09
1
-16
/
+1
*
ripngd: Add missing enums to switch statement
Donald Sharp
2023-01-31
1
-1
/
+2
*
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
[next]