49309c4a92
Patch I0d83fd4895d4c5beaf5a84a239c1a1ed71521dee dropped the ARP=yes option for networkd because it's not supported by old systemd releases. This however brings back a problem where the default one sysctl arp_notify option in the kernel may not correctly set for our use case. Containers are created with random MAC addresses so we need to ensure that ARP entries are populated correctly when a container is restarted. Instead of having to implement some sort of a new workaround on the host, it's probably better to create all containers with fixed MAC addresses from now on. Change-Id: I8ad390fc3ce27756f26c57c92aaa3adc8e506a17
6 lines
144 B
YAML
6 lines
144 B
YAML
---
|
|
deprecations:
|
|
- |
|
|
The `lxc_container_fixed_mac` option has been removed and containers will
|
|
be created with static mac addresses.
|