Do not add IPv4 link local addresses

This commit is contained in:
jeltz 2022-01-03 01:57:51 +01:00
parent 8883e672bd
commit 9316313f1f

View file

@ -5,7 +5,7 @@ Name={{ item.key }}
[Network]
LinkLocalAddressing={{ item.value.link_local | default(true)
| ternary("yes", "no") }}
| ternary("ipv6", "no") }}
IPForward={{ item.value.forward | default(false)
| ternary("yes", "no") }}