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
*
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
*
vrrpd: allow centisecond precision for vrrpv2
Quentin Young
2019-05-17
1
-1
/
+1
*
Revert "Revert "vrrpd: protodown mvlans when shutting down""
Quentin Young
2019-05-17
1
-0
/
+3
*
vrrpd: allow OS to choose VRRP IPv6 src address
Quentin Young
2019-05-17
1
-7
/
+8
*
Revert "vrrpd: protodown mvlans when shutting down"
Quentin Young
2019-05-17
1
-3
/
+0
*
vrrpd: protodown mvlans when shutting down
Quentin Young
2019-05-17
1
-0
/
+3
*
vrrpd: clean up logging
Quentin Young
2019-05-17
1
-127
/
+146
*
Revert "vrrpd: use parent interface LLA for advert tx"
Quentin Young
2019-05-17
1
-1
/
+5
*
vrrpd: fix broken reads when reinitializing
Quentin Young
2019-05-17
1
-0
/
+2
*
vrrpd: fix debug message = -> <=
Quentin Young
2019-05-17
1
-1
/
+1
*
vrrpd: delay sending advert/garp/una for ifup pt 2
Quentin Young
2019-05-17
1
-25
/
+37
*
vrrpd: delay sending adverts/garp/una for iface up
Quentin Young
2019-05-17
1
-8
/
+74
*
vrrpd: allow user to set priority = 255
Quentin Young
2019-05-17
1
-3
/
+26
*
vrrpd: fix interface block config writes
Quentin Young
2019-05-17
1
-4
/
+5
*
vrrpd: fix autoconfig of protodown'd interfaces
Quentin Young
2019-05-17
1
-15
/
+47
*
vrrpd: add more debugging info
Quentin Young
2019-05-17
1
-4
/
+10
*
vrrpd: use parent interface LLA for advert tx
Quentin Young
2019-05-17
1
-5
/
+1
[next]