index
:
frr
master
frr
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
vrrpd
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
lib: Remove getopt.c and getopt1.c
Donald Sharp
2023-03-28
1
-1
/
+2
*
*: Convert event.h to frrevent.h
Donald Sharp
2023-03-24
2
-2
/
+2
*
*: Convert `struct event_master` to `struct event_loop`
Donald Sharp
2023-03-24
2
-2
/
+2
*
*: Convert THREAD_XXX macros to EVENT_XXX macros
Donald Sharp
2023-03-24
1
-13
/
+13
*
*: Convert struct thread_master to struct event_master and it's ilk
Donald Sharp
2023-03-24
2
-2
/
+2
*
*: Convert thread_add_XXX functions to event_add_XXX
Donald Sharp
2023-03-24
1
-27
/
+27
*
*: Rename `struct thread` to `struct event`
Donald Sharp
2023-03-24
2
-9
/
+9
*
*: Rename thread.[ch] to event.[ch]
Donald Sharp
2023-03-24
2
-2
/
+2
*
*: Add a hash_clean_and_free() function
Donald Sharp
2023-03-21
1
-2
/
+1
*
Merge pull request #12780 from opensourcerouting/spdx-license-id
Donald Sharp
2023-02-17
16
-224
/
+16
|
\
|
*
*: remove some leftover license blurbs
David Lamparter
2023-02-09
4
-16
/
+0
|
*
*: auto-convert to SPDX License IDs
David Lamparter
2023-02-09
16
-208
/
+16
*
|
vrrpd: give null when using null ifp to lookup vr
Quentin Young
2023-02-10
1
-0
/
+3
|
/
*
vrrpd: add IPv4 pseudoheader option for VRRPv3
Siger Yang
2022-11-25
7
-24
/
+118
*
build, vtysh: extract vtysh commands from .xref
David Lamparter
2022-10-26
2
-3
/
+0
*
Merge pull request #12066 from opensourcerouting/cleanup-cli-xref
Donald Sharp
2022-10-13
1
-4
/
+4
|
\
|
*
*: fix some malformed CLI docstrings
David Lamparter
2022-10-06
1
-4
/
+4
*
|
*: Create and use infrastructure to show debugs in lib
Donald Sharp
2022-10-07
1
-0
/
+2
|
/
*
lib, vrrpd: Use THREAD_ARG
Donald Sharp
2022-07-21
1
-3
/
+3
*
*: remove the checking returned value for hash_get()
anlan_cs
2022-05-02
1
-1
/
+1
*
vrrpd: Fix display of 'Master Advertisement interval'
Rajesh Varatharaj
2022-04-22
1
-4
/
+4
*
vrrpd: Allow it to be built in directory
Donald Sharp
2022-03-11
1
-2
/
+2
*
*: Change thread->func to return void instead of int
Donald Sharp
2022-02-24
1
-11
/
+5
*
*: use ipaddr_cmp instead of memcmp
Igor Ryzhov
2022-02-08
1
-3
/
+3
*
vrrpd: use ipaddr_is_zero when needed
Igor Ryzhov
2022-01-27
1
-5
/
+2
*
*: rework renaming the default VRF
Igor Ryzhov
2021-12-21
1
-1
/
+1
*
*: cleanup ifp->vrf_id
Igor Ryzhov
2021-11-22
2
-22
/
+22
*
Merge pull request #10032 from opensourcerouting/build-fix-20211111
Donald Sharp
2021-11-13
1
-4
/
+3
|
\
|
*
build: remove some useless intermediate libraries
David Lamparter
2021-11-11
1
-4
/
+3
*
|
*: Convert quagga_signal_X to frr_signal_X
Donald Sharp
2021-11-11
1
-1
/
+1
|
/
*
Merge pull request #9820 from idryzhov/if-nb-config
Mark Stapp
2021-10-26
1
-30
/
+1
|
\
|
*
*: fix interface config write in NB-converted daemons
Igor Ryzhov
2021-10-25
1
-30
/
+1
*
|
Merge pull request #9854 from opensourcerouting/zapi-call-table
Russ White
2021-10-26
1
-4
/
+8
|
\
\
|
|
/
|
/
|
|
*
*: convert zclient callbacks to table
David Lamparter
2021-10-20
1
-4
/
+8
*
|
lib: northbound cli show/cmd functions must not modify data nodes
Igor Ryzhov
2021-10-13
2
-15
/
+19
|
/
*
lib: remove unused argument from vrf_cmd_init
Igor Ryzhov
2021-08-26
1
-1
/
+1
*
*: Drop `break` after using frr_help_exit() in switch/case
Donatas Abraitis
2021-08-25
1
-1
/
+0
*
*: cleanup interface node installation
Igor Ryzhov
2021-07-29
1
-10
/
+1
*
lib: remove vrf-interface config when removing the VRF
Igor Ryzhov
2021-06-21
1
-0
/
+1
*
lib: adapt to version 2 of libyang
Christian Hopps
2021-05-13
1
-1
/
+1
*
*: remove *.conf.sample files
Quentin Young
2021-04-09
1
-1
/
+0
*
*: require semicolon after FRR_DAEMON_INFO & co.
David Lamparter
2021-03-17
1
-1
/
+1
*
*: require semicolon after DEFINE_MTYPE & co
David Lamparter
2021-03-17
4
-5
/
+5
*
*: remove tabs & newlines from log messages
David Lamparter
2021-02-14
2
-2
/
+2
*
*: Convert all usage of zclient_send_message to new enum
Donald Sharp
2020-11-15
2
-5
/
+4
*
vrrpd: Convert to using %pFX
Pat Ruddy
2020-10-15
2
-17
/
+8
*
Merge pull request #7222 from idryzhov/fix-debug
Renato Westphal
2020-10-10
1
-2
/
+2
|
\
|
*
*: move "show debugging ..." commands to enable node
Igor Ryzhov
2020-10-02
1
-1
/
+1
|
*
*: move "debug ..." commands to enable node
Igor Ryzhov
2020-10-02
1
-1
/
+1
*
|
vtysh: dynamically generate the list of daemons for commands
Igor Ryzhov
2020-10-02
1
-0
/
+1
|
/
[next]