Commit graph

8 commits

Author SHA1 Message Date
f87df3b96d network: Add support for setting static IP on RedHat 2020-09-11 16:25:30 +00:00
c1c74dc5c4 network: Fix type warning from net.inet.carp.preempt 2020-09-03 16:09:18 +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
cb51dc186c network: Fix default network_interfaces variable 2020-08-27 17:47:09 +00:00
c80eca3d85 New implementation of network interfaces
Combine interfaces and network_ether_interfaces into one common
variable network_interfaces. Provisioning uses format:

network_interfaces:
  - device: device name eg. vio0 or eth0
    vlan: vlan id for this interface
    mac: mac address for interface (optional)

Additionally network role will use more settings to configure
interface.
2020-08-27 17:42:07 +00:00
fd9e792aec lint fixes 2019-05-28 20:37:54 +03:00
dd19c94511 create network role and include it into base (only openbsd does something) 2019-05-28 00:25:06 +03:00