templates: networkd: Drop Link=ARP from networkd configuration

The ARP option has been added in systemd-232. As such, current stable
distributions may not support it so drop the option and let the kernel
decide what to do with ARP. Fixes the following warning:

[/etc/systemd/network/eth0.network:14] Unknown lvalue 'ARP' in section 'Link'

Link: https://github.com/systemd/systemd/pull/3854
Link: 99d2baa2ca
Depends-On: I14f8373897da28dea2ea03500c2be46c5b40d51c
Change-Id: I0d83fd4895d4c5beaf5a84a239c1a1ed71521dee
This commit is contained in:
Markos Chandras 2018-03-05 21:25:43 +00:00
parent 5896c16b9f
commit c210b45ba7
1 changed files with 0 additions and 1 deletions

View File

@ -35,4 +35,3 @@ Gateway={{ item.value.gateway }}
{% if item.value.mtu is defined %}
MTUBytes={{ item.value.mtu }}
{% endif %}
ARP=yes