summaryrefslogtreecommitdiffstats
path: root/Makefile.am (unfollow)
Commit message (Expand)AuthorFilesLines
2019-05-17vrrpd: minor cosmetic fix for sh vrrpQuentin Young1-1/+1
2019-05-17vrrpd: set sockets to -1 after closingQuentin Young1-2/+6
2019-05-17vrrpd: fix missing \n in cliQuentin Young1-1/+1
2019-05-17vrrpd: autoconfig support, continuedQuentin Young4-70/+377
2019-05-17vrrpd: allow creation of adverts with no addressesQuentin Young1-2/+7
2019-05-17vrrpd: ingress pkt validation dbg cleanupsQuentin Young1-7/+7
2019-05-17vrrpd: don't restart when changing priorityQuentin Young2-31/+0
2019-05-17vrrpd: properly find iface in manual cfg modeQuentin Young1-5/+4
2019-05-17vrrpd: autoconfig supportQuentin Young7-8/+139
2019-05-17vrrpd: add cli for preempt modeQuentin Young1-0/+20
2019-05-17vrrpd: specify version when parsing vrrp packetQuentin Young3-15/+26
2019-05-17vrrpd: fix skew time calculationQuentin Young1-2/+2
2019-05-17vrrpd: protodown macvlan in backup stateQuentin Young10-1/+110
2019-05-17vrrpd: add support for VRRPv2Quentin Young4-20/+77
2019-05-17vrrpd: better logging for advertisement rxQuentin Young1-1/+17
2019-05-17vrrpd: use ipaddr size macroQuentin Young2-10/+4
2019-05-17lib: add sizing macro to ipaddr.hQuentin Young1-0/+3
2019-05-17vrrpd: use address cmp for priority tiebreakQuentin Young1-6/+27
2019-05-17vrrpd: check rx'd advertisement checksumQuentin Young3-9/+30
2019-05-17vrrpd: cleanup vrrp packet crafting codeQuentin Young3-45/+87
2019-05-17vrrpd: use correct mtypesQuentin Young4-11/+23
2019-05-17vrrpd: handle address deletion, don't accept dupesQuentin Young3-55/+240
2019-05-17vrrpd: same VRID, different interfaceQuentin Young3-24/+43
2019-05-17vrrpd: fix headersQuentin Young15-78/+87
2019-05-17vrrpd: improve show vrrpQuentin Young1-14/+20
2019-05-17vrrpd: send ND Router AdvertisementsQuentin Young4-3/+19
2019-05-17vrrpd: send ICMPv6 Neighbor AdvertisementsQuentin Young4-0/+314
2019-05-17lib: add function to get iface link-localQuentin Young2-0/+14
2019-05-17vrrpd: allow searching for interfaces lateQuentin Young1-17/+34
2019-05-17vrrpd: implement `no` variants of commandsQuentin Young3-16/+48
2019-05-17vrrpd: unset active flag on shutdownQuentin Young1-0/+2
2019-05-17vrrpd: fix priority settingQuentin Young2-2/+4
2019-05-17vrrpd: disable multicast loopbackQuentin Young1-0/+6
2019-05-17vrrpd: remove bad priority checkQuentin Young1-4/+0
2019-05-17vrrpd: fix a few bad XFREEsQuentin Young1-3/+2
2019-05-17vrrpd: compute VRRPv3 checksumQuentin Young4-10/+33
2019-05-17lib: add internet checksum with pseudoheadersQuentin Young2-1/+44
2019-05-17vrrpd: bind sockets to interfacesQuentin Young1-14/+92
2019-05-17vrrpd: fix ownership discovery and mcast OIFQuentin Young1-43/+73
2019-05-17vrrpd: transition to master when adv timer expiresQuentin Young1-0/+8
2019-05-17vrrpd: handle incoming advertisementsQuentin Young2-1/+127
2019-05-17vrrpd: add initial macvlan supportQuentin Young6-36/+244
2019-05-17vrrpd: fix memleak when sending advertisementsQuentin Young1-0/+2
2019-05-17vrrpd: read and validate vrrp advertisementsQuentin Young4-44/+379
2019-05-17vrrpd: ipv6 supportQuentin Young9-299/+474
2019-05-17vrrpd: elect self to Master when owning v4 addressQuentin Young2-11/+65
2019-05-17vrrpd: handle rescheduling Adver_Timer, ShutdownQuentin Young1-8/+35
2019-05-17vrrpd: improve loggingQuentin Young4-37/+68
2019-05-17vrrpd: implement advertisement sendQuentin Young1-0/+24
2019-05-17vrrpd: fix packet encodeQuentin Young2-31/+77