index
:
frr
master
frr
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
vrrpd
/
vrrp.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
vrrpd: add IPv4 pseudoheader option for VRRPv3
Siger Yang
2022-11-25
1
-3
/
+16
*
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
*
*: 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
*
*: rework renaming the default VRF
Igor Ryzhov
2021-12-21
1
-1
/
+1
*
*: cleanup ifp->vrf_id
Igor Ryzhov
2021-11-22
1
-6
/
+6
*
*: require semicolon after DEFINE_MTYPE & co
David Lamparter
2021-03-17
1
-2
/
+2
*
*: remove tabs & newlines from log messages
David Lamparter
2021-02-14
1
-1
/
+1
*
vrrpd: Convert to using %pFX
Pat Ruddy
2020-10-15
1
-15
/
+6
*
vrrpd: Make clang 11 happy
Donald Sharp
2020-07-27
1
-2
/
+2
*
*: remove PRI[udx](8|16|32)
David Lamparter
2020-07-14
1
-15
/
+9
*
vrrpd: search all vr's for mvl_ifp to null
Quentin Young
2020-03-05
1
-32
/
+44
*
vrrpd: always null mvl_ifp ptr when mvl is deleted
Quentin Young
2020-03-05
1
-8
/
+40
*
*: Return bool type for bool functions
Donatas Abraitis
2020-03-04
1
-3
/
+3
*
*: Use short version of bool expressions
Donatas Abraitis
2020-03-04
1
-3
/
+3
*
Merge pull request #5314 from qlyoung/yang-vrrp
Renato Westphal
2020-01-08
1
-80
/
+23
|
\
|
*
vrrpd, yang: cleanup vrrp nb conversion
Quentin Young
2019-12-09
1
-67
/
+0
|
*
vrrpd: northbound conversion
Quentin Young
2019-12-09
1
-4
/
+8
|
*
vrrpd: allow vrrp_shutdown() on shutdown rtr
Quentin Young
2019-12-09
1
-2
/
+3
|
*
vrrpd: const vrrp_lookup()
Quentin Young
2019-12-09
1
-2
/
+2
|
*
vrrpd: make vrrp_[add|del]_ip not insane
Quentin Young
2019-12-09
1
-7
/
+12
*
|
vrrpd: support namespace vrf too
Quentin Young
2019-12-18
1
-2
/
+4
*
|
vrrpd: add vrf support
Quentin Young
2019-12-09
1
-7
/
+33
*
|
vrrpd: handle failure to lookup parent iface
Quentin Young
2019-12-09
1
-0
/
+9
|
/
*
*: generously apply const
David Lamparter
2019-12-02
1
-4
/
+4
*
vrrpd: some more error logging fixes
Quentin Young
2019-10-30
1
-3
/
+9
*
vrrpd: only count ipv4 addresses on check start
Ghasem Naddaf
2019-10-29
1
-6
/
+6
*
vrrpd: fix startup error message reporting
Quentin Young
2019-10-21
1
-9
/
+11
*
vrrpd: use CS2MS instead of constant 10 everywhere
Ghasem Naddaf
2019-10-18
1
-8
/
+8
*
*: frr_elevate_privs -> frr_with_privs
David Lamparter
2019-09-03
1
-6
/
+3
*
vrrpd: eliminate potential null deref
Quentin Young
2019-08-05
1
-3
/
+3
*
vrrpd: try to bind interfaces on if_down notifications
Quentin Young
2019-08-02
1
-0
/
+4
*
vrrpd: add more dbg logs around interfaces
Quentin Young
2019-08-02
1
-1
/
+22
*
vrrpd: use MTYPE_STATIC
David Lamparter
2019-06-21
1
-2
/
+4
*
vrrpd: fix coverity warnings
Quentin Young
2019-05-17
1
-3
/
+2
*
vrrpd: const vrrp_hash_key
Quentin Young
2019-05-17
1
-2
/
+2
*
vrrpd: fix some clang-analyze warnings
Quentin Young
2019-05-17
1
-1
/
+3
*
vrrpd, zebra: fix checkpatch warnings
Quentin Young
2019-05-17
1
-4
/
+5
*
vrrpd: fix memleak during config write
Quentin Young
2019-05-17
1
-0
/
+2
*
vrrpd: convert defaults command to milliseconds
Quentin Young
2019-05-17
1
-1
/
+1
*
vrrpd: gracefully shutdown on SIGTERM / SIGINT
Quentin Young
2019-05-17
1
-0
/
+18
*
vrrpd: use frr_elevate_privs
Quentin Young
2019-05-17
1
-4
/
+2
*
vrrpd, lib: style fixes
Quentin Young
2019-05-17
1
-14
/
+43
*
vrrpd: change all user facing times to ms
Quentin Young
2019-05-17
1
-2
/
+2
*
vrrpd: tweak startup criteria for v6 VRRP router
Quentin Young
2019-05-17
1
-2
/
+3
*
vrrpd: add asserts for VRRPv2 and IPv6
Quentin Young
2019-05-17
1
-1
/
+4
*
vrrpd: do not start v6 router if using VRRPv2
Quentin Young
2019-05-17
1
-0
/
+3
*
vrrpd: late bind to Tx address
Quentin Young
2019-05-17
1
-85
/
+94
*
vrrpd: fix v2 master_down_interval computation
Quentin Young
2019-05-17
1
-1
/
+3
[next]