Commit graph

9 commits

Author SHA1 Message Date
786b8699ff network: Fix disabling IPv6 address on RHEL
When setting IPv6 addr to none interfaces were still autoconfigured
using router advertisements. This is now fixed.
2021-03-23 16:30:57 +00:00
c91db784e1 network: Use insecure password for keepalived
Using AH based authentication generates duplicate announces from master:

  IPSEC-AH : sequence number 34831 already processed. Packet dropped.

Use insecure (unencrypted) authentication for announcement pakets until
this is sorted out.
2021-03-19 21:21:27 +00:00
d63f828e8b network: Move OpenBSD CARP to use network_vip_interfaces
This will also change advskew option to priority and inverse functionality
so greatest value wins instead of lowest.
2021-03-19 18:17:02 +00:00
d187472f27 network: Add keepalived support 2021-03-19 17:09:17 +00:00
93c1ae2e89 network: Configure DNS servers
EL systems use DNS servers from interface configs so support it.
2020-11-13 18:31:24 +00:00
f87df3b96d network: Add support for setting static IP on RedHat 2020-09-11 16:25:30 +00:00
108660e297 network: Require proto=static for static ip address 2020-09-03 06:51:07 +00:00
6d63bda3ff network: Fix OpenBSD interface with empty settings 2020-09-01 20:22:48 +00:00
dd19c94511 create network role and include it into base (only openbsd does something) 2019-05-28 00:25:06 +03:00