WIP: Infrastructure routers #91

Draft
jeltz wants to merge 15 commits from infra_router into master
Showing only changes of commit 9316313f1f - Show all commits

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") }}