summaryrefslogtreecommitdiffstats
path: root/vrrpd (follow)
Commit message (Expand)AuthorAgeFilesLines
* vrrpd: add more debugging infoQuentin Young2019-05-172-4/+16
* vrrpd: fix unsigned - signed cmpQuentin Young2019-05-171-1/+1
* vrrpd: check start for manual v6 addr addQuentin Young2019-05-171-0/+2
* vrrpd: use parent interface LLA for advert txQuentin Young2019-05-171-5/+1
* vrrpd: only update one vrrp_router list at a timeQuentin Young2019-05-171-54/+45
* vrrpd: set autoconfed VRRP ifaces protodown offQuentin Young2019-05-171-1/+4
* vrrpd: fix bad fmt specifiers in dgram validatorQuentin Young2019-05-171-1/+2
* vrrpd: log why vrouter could not be startedQuentin Young2019-05-171-2/+19
* vrrpd: be less smart about interface stateQuentin Young2019-05-171-0/+8
* vrrpd: style cleanupQuentin Young2019-05-174-12/+13
* vrrpd: allow configuring global defaultsQuentin Young2019-05-173-18/+96
* vrrpd: add statistics collectionQuentin Young2019-05-175-0/+59
* vrrpd: follow frrouting json conventionsQuentin Young2019-05-171-10/+10
* vrrpd: do not transition to backup on ifdownQuentin Young2019-05-171-18/+5
* vrrpd: stop session before nulling ifaceQuentin Young2019-05-171-4/+7
* vrrpd: cleanup formatting for vty show cmdQuentin Young2019-05-171-7/+20
* vrrpd: add json support to show commandQuentin Young2019-05-171-4/+97
* vrrpd: default to accept mode = trueQuentin Young2019-05-171-1/+1
* vrrpd: add administrative shutdown optionQuentin Young2019-05-172-0/+33
* vrrpd: don't update interface addrs on ifupQuentin Young2019-05-172-7/+2
* vrrpd: use if_is_operative()Quentin Young2019-05-171-12/+11
* vrrpd: enable vrrp zebra debuggingQuentin Young2019-05-171-70/+63
* vrrpd: ignore address deletion if iface is downQuentin Young2019-05-171-1/+36
* vrrpd: check for v6 link-local before startingQuentin Young2019-05-171-3/+18
* vrrpd: tweak interface tracking on ifdownQuentin Young2019-05-171-11/+16
* vrrpd: only bind to link locals for v6 advertsQuentin Young2019-05-171-2/+7
* vrrpd: interface trackingQuentin Young2019-05-174-216/+444
* vrrpd: better messaging for interface bindsQuentin Young2019-05-171-6/+6
* vrrpd: skip binding interface after createQuentin Young2019-05-171-4/+7
* vrrpd: close sockets on shutdownQuentin Young2019-05-171-1/+9
* vrrpd: log addresses for autoconfigQuentin Young2019-05-171-3/+17
* vrrpd: fix incorrect index for vrrp event namesQuentin Young2019-05-171-1/+1
* vrrpd: fix err messaging for ipv6 addr addQuentin Young2019-05-171-2/+2
* vrrpd: add support for configuration writingQuentin Young2019-05-175-9/+94
* vrrpd: remove ifindex from hash key computationQuentin Young2019-05-171-2/+1
* vrrpd: set DSCP byte on adverts to CS6Quentin Young2019-05-171-0/+6
* vrrpd: properly retrieve pkt src addressQuentin Young2019-05-172-4/+6
* vrrpd: fix bug in v6 autoconfigurationQuentin Young2019-05-171-1/+1
* vrrpd: use debugging knobsQuentin Young2019-05-175-107/+183
* vrrpd: add debugging knobsQuentin Young2019-05-175-14/+271
* vrrpd: minor cosmetic fix for sh vrrpQuentin Young2019-05-171-1/+1
* vrrpd: set sockets to -1 after closingQuentin Young2019-05-171-2/+6
* vrrpd: fix missing \n in cliQuentin Young2019-05-171-1/+1
* vrrpd: autoconfig support, continuedQuentin Young2019-05-174-70/+377
* vrrpd: allow creation of adverts with no addressesQuentin Young2019-05-171-2/+7
* vrrpd: ingress pkt validation dbg cleanupsQuentin Young2019-05-171-7/+7
* vrrpd: don't restart when changing priorityQuentin Young2019-05-172-31/+0
* vrrpd: properly find iface in manual cfg modeQuentin Young2019-05-171-5/+4
* vrrpd: autoconfig supportQuentin Young2019-05-174-8/+130
* vrrpd: add cli for preempt modeQuentin Young2019-05-171-0/+20