Do not add IPv4 link local addresses
This commit is contained in:
parent
8883e672bd
commit
9316313f1f
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ Name={{ item.key }}
|
||||||
|
|
||||||
[Network]
|
[Network]
|
||||||
LinkLocalAddressing={{ item.value.link_local | default(true)
|
LinkLocalAddressing={{ item.value.link_local | default(true)
|
||||||
| ternary("yes", "no") }}
|
| ternary("ipv6", "no") }}
|
||||||
IPForward={{ item.value.forward | default(false)
|
IPForward={{ item.value.forward | default(false)
|
||||||
| ternary("yes", "no") }}
|
| ternary("yes", "no") }}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue