summaryrefslogtreecommitdiff
path: root/vrrpd
AgeCommit message (Expand)Author
2019-09-19*: Add infrastructure to support zapi interface callbacksDonald Sharp
2019-09-03*: frr_elevate_privs -> frr_with_privsDavid Lamparter
2019-08-05vrrpd: eliminate potential null derefQuentin Young
2019-08-02vrrpd: try to bind interfaces on if_down notificationsQuentin Young
2019-08-02vrrpd: add more dbg logs around interfacesQuentin Young
2019-07-29vrrpd: set interface ifindex to internal upon interface deletionQuentin Young
2019-07-09Merge pull request #4655 from qlyoung/fix-vrrp-iface-del-infiniteloopRenato Westphal
2019-07-08vrrpd: use protocol number constantQuentin Young
2019-07-08vrrpd: set interface ifindex to internal upon deletionQuentin Young
2019-06-20vrrpd: Allow vrrp to gracefully ignore access list commandsDonald Sharp
2019-06-21vrrpd: use MTYPE_STATICDavid Lamparter
2019-05-17vrrpd: fix coverity warningsQuentin Young
2019-05-17vrrpd: const vrrp_hash_keyQuentin Young
2019-05-17vrrpd: fix some clang-analyze warningsQuentin Young
2019-05-17vrrpd, zebra: fix checkpatch warningsQuentin Young
2019-05-17vrrpd: add 'show vrrp summary' commandQuentin Young
2019-05-17vrrpd: fix memleak during config writeQuentin Young
2019-05-17vrrpd: fix magnitude error when removing adver_intQuentin Young
2019-05-17vrrpd: convert defaults command to millisecondsQuentin Young
2019-05-17vrrpd: fix global buffer overflow from style fixQuentin Young
2019-05-17vrrpd: gracefully shutdown on SIGTERM / SIGINTQuentin Young
2019-05-17lib, vrrpd: define & use ZEBRA_ROUTE_VRRPQuentin Young
2019-05-17vrrpd: use frr_elevate_privsQuentin Young
2019-05-17vrrpd, lib: style fixesQuentin Young
2019-05-17doc: change vrrp to listen on port 2619Quentin Young
2019-05-17vrrpd: include vrrp_packet.h in subdir.amQuentin Young
2019-05-17vrrpd: display configured adv int in json outputQuentin Young
2019-05-17vrrpd: change all user facing times to msQuentin Young
2019-05-17vrrpd: tweak startup criteria for v6 VRRP routerQuentin Young
2019-05-17vrrpd: add asserts for VRRPv2 and IPv6Quentin Young
2019-05-17vrrpd: do not start v6 router if using VRRPv2Quentin Young
2019-05-17vrrpd: make useless assert usefulQuentin Young
2019-05-17vrrpd: late bind to Tx addressQuentin Young
2019-05-17vrrpd: fix v2 master_down_interval computationQuentin Young
2019-05-17vrrpd: include auth fields in v2 packetQuentin Young
2019-05-17vrrpd: allow centisecond precision for vrrpv2Quentin Young
2019-05-17vrrpd: display primary address in json outputQuentin Young
2019-05-17Revert "Revert "vrrpd: protodown mvlans when shutting down""Quentin Young
2019-05-17vrrpd: allow OS to choose VRRP IPv6 src addressQuentin Young
2019-05-17Revert "vrrpd: protodown mvlans when shutting down"Quentin Young
2019-05-17vrrpd: protodown mvlans when shutting downQuentin Young
2019-05-17vrrpd: clean up loggingQuentin Young
2019-05-17Revert "vrrpd: use parent interface LLA for advert tx"Quentin Young
2019-05-17vrrpd: disallow setting priority = 255Quentin Young
2019-05-17vrrpd: fix broken reads when reinitializingQuentin Young
2019-05-17vrrpd: fix debug message = -> <=Quentin Young
2019-05-17vrrpd: delay sending advert/garp/una for ifup pt 2Quentin Young
2019-05-17vrrpd: delay sending adverts/garp/una for iface upQuentin Young
2019-05-17vrrpd: allow user to set priority = 255Quentin Young
2019-05-17vrrpd: fix sign compare on armelQuentin Young