Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-01-21 | keepalived: vrrp: T1900: always enable SNMP monitoring | Christian Poessinger | |
2020-01-14 | vrrp: T1884: Keep transition-script native behaviour and implement ↵ | DmitriyEshenko | |
transaction-script 'stop' | |||
2019-12-31 | VRRP: T1588: Added support for dynamic interfaces in VRRP | zsdc | |
It is possible to add a nonexistent interface to the VRRP configuration, but this will lead to keepalived error and stop after configuration reload. With this new parameter, keepalived will consider nonexistent interfaces as FAULT instead crash and start VRRP on them, when they will appear on the system, which is a feature and much more correct behavior. | |||
2019-07-19 | [VRRP] T1362: quote VRRP password strings to avoid config parse errors. | Daniil Baturin | |
2019-05-08 | [VRRP] T1371: add quotes around the health check script string. | Daniil Baturin | |
2019-02-28 | T1272: send VRRP messages from the base interface in RFC-compliant mode only ↵ | Daniil Baturin | |
in unicast mode (patch by Johan Fredin). | |||
2018-10-25 | T933: vrrp split brain while using unicast mode and virtual mac address | hagbard | |
- adding vmac_xmit_base to keepalived.conf when use_vmac is being used otherwise both nodes will become master | |||
2018-08-30 | Update vrrp.py | Watcher7 | |
2018-08-30 | T813: fix the check for duplicate VRIDs on the same interface (patch by ↵ | Daniil Baturin | |
Watcher7). | |||
2018-08-12 | T772: fixup for keepalived not understanding escaped quotes. | Daniil Baturin | |
Since it does not understand escaped quotes inside notify_* options, until we fix that, we have to put the script and its arguments in positional arguments and join inside the transition script runner. | |||
2018-08-10 | T666, T616: fix messed up variables in hello source/peer address checking. | Daniil Baturin | |
2018-07-27 | T666, T616: new implementation of the VRRP CLI. | Daniil Baturin | |