NixOS / nixpkgs

Nix Packages collection & NixOS
MIT License
17.25k stars 13.51k forks source link

keepalived module completeness #34145

Open coretemp opened 6 years ago

coretemp commented 6 years ago

Issue description

https://github.com/NixOS/nixpkgs/blob/master/nixos/modules/services/networking/keepalived/default.nix misses for example virtual_server blocks. (http://www.keepalived.org/doc/configuration_synopsis.html)

It is possible to work around this using extraConfig.

Automated firewall configuration is missing too for networks supporting multicast.

# iptables -I INPUT -i eth0 -d 224.0.0.0/8 -p vrrp -j ACCEPT
# iptables -I OUTPUT -o eth0 -d 224.0.0.0/8 -p vrrp -j ACCEPT

Steps to reproduce

See master

stale[bot] commented 4 years ago

Thank you for your contributions.

This has been automatically marked as stale because it has had no activity for 180 days.

If this is still important to you, we ask that you leave a comment below. Your comment can be as simple as "still important to me". This lets people see that at least one person still cares about this. Someone will have to do this at most twice a year if there is no other activity.

Here are suggestions that might help resolve this more quickly:

  1. Search for maintainers and people that previously touched the related code and @ mention them in a comment.
  2. Ask on the NixOS Discourse.
  3. Ask on the #nixos channel on irc.freenode.net.