Fix device reference.
This commit is contained in:
parent
b0396ed8c1
commit
8b93d7fb34
1 changed files with 1 additions and 1 deletions
|
|
@ -117,7 +117,7 @@ data:
|
||||||
</#if>
|
</#if>
|
||||||
<#elseif itf.user??>
|
<#elseif itf.user??>
|
||||||
- type: user
|
- type: user
|
||||||
device: ${ itf.tap.device.asString }
|
device: ${ itf.user.device.asString }
|
||||||
<#if itf.user.net??>
|
<#if itf.user.net??>
|
||||||
net: "${ itf.user.net.asString }"
|
net: "${ itf.user.net.asString }"
|
||||||
</#if>
|
</#if>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue