Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-09-01 | T4665: Keepalived: Allow same VRID on interface | Sander Klein | |
Using the same VRID on an interface is allowed as long as the address family is different (VRRPv2 vs VRRPv3) | |||
2022-05-12 | vrrp: T3944: use "reload-or-restart" over individual code paths | Christian Poessinger | |
systemd has its internal reload or restart logic - we do not need to programm it on our own. | |||
2022-05-01 | vrrp: T4353: fix Jinja2 linting errors | Christian Poessinger | |
2022-01-04 | keepalived: T4109: Add high-availability virtual-server | Viacheslav | |
Add new feature, high-availability virtual-server Change XML, python and templates Move vrrp to root node 'high-availability' as all logic are handler by root node 'high-availability' |