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
...
*
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
2
-13
/
+15
*
*: Convert zapi->interface_delete to ifp callback
Donald Sharp
2019-09-19
1
-18
/
+2
*
*: Convert interface_down to interface down callback
Donald Sharp
2019-09-19
1
-20
/
+2
*
*: Convert from ->interface_up to the interface callback
Donald Sharp
2019-09-19
1
-21
/
+2
*
*: Switch all zclient->interface_add to interface create callback
Donald Sharp
2019-09-19
1
-20
/
+2
*
*: Add infrastructure to support zapi interface callbacks
Donald Sharp
2019-09-19
3
-0
/
+29
*
*: frr_elevate_privs -> frr_with_privs
David Lamparter
2019-09-03
3
-9
/
+5
*
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
2
-4
/
+27
*
vrrpd: set interface ifindex to internal upon interface deletion
Quentin Young
2019-07-29
1
-2
/
+2
*
Merge pull request #4655 from qlyoung/fix-vrrp-iface-del-infiniteloop
Renato Westphal
2019-07-09
1
-0
/
+2
|
\
|
*
vrrpd: set interface ifindex to internal upon deletion
Quentin Young
2019-07-08
1
-0
/
+2
*
|
vrrpd: use protocol number constant
Quentin Young
2019-07-08
1
-2
/
+2
|
/
*
vrrpd: Allow vrrp to gracefully ignore access list commands
Donald Sharp
2019-06-20
1
-0
/
+1
*
vrrpd: use MTYPE_STATIC
David Lamparter
2019-06-21
9
-67
/
+19
*
vrrpd: fix coverity warnings
Quentin Young
2019-05-17
3
-5
/
+15
*
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
3
-7
/
+8
*
vrrpd: add 'show vrrp summary' command
Quentin Young
2019-05-17
1
-0
/
+69
*
vrrpd: fix memleak during config write
Quentin Young
2019-05-17
1
-0
/
+2
*
vrrpd: fix magnitude error when removing adver_int
Quentin Young
2019-05-17
1
-1
/
+1
*
vrrpd: convert defaults command to milliseconds
Quentin Young
2019-05-17
2
-4
/
+11
*
vrrpd: fix global buffer overflow from style fix
Quentin Young
2019-05-17
1
-1
/
+1
*
vrrpd: gracefully shutdown on SIGTERM / SIGINT
Quentin Young
2019-05-17
3
-1
/
+29
*
lib, vrrpd: define & use ZEBRA_ROUTE_VRRP
Quentin Young
2019-05-17
1
-1
/
+1
*
vrrpd: use frr_elevate_privs
Quentin Young
2019-05-17
2
-6
/
+3
*
vrrpd, lib: style fixes
Quentin Young
2019-05-17
8
-25
/
+72
*
doc: change vrrp to listen on port 2619
Quentin Young
2019-05-17
1
-1
/
+1
*
vrrpd: include vrrp_packet.h in subdir.am
Quentin Young
2019-05-17
1
-0
/
+1
*
vrrpd: display configured adv int in json output
Quentin Young
2019-05-17
1
-0
/
+2
*
vrrpd: change all user facing times to ms
Quentin Young
2019-05-17
3
-24
/
+35
*
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: make useless assert useful
Quentin Young
2019-05-17
1
-1
/
+2
*
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: include auth fields in v2 packet
Quentin Young
2019-05-17
2
-10
/
+16
*
vrrpd: allow centisecond precision for vrrpv2
Quentin Young
2019-05-17
1
-1
/
+1
*
vrrpd: display primary address in json output
Quentin Young
2019-05-17
1
-2
/
+12
*
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
5
-147
/
+167
*
Revert "vrrpd: use parent interface LLA for advert tx"
Quentin Young
2019-05-17
1
-1
/
+5
[prev]
[next]