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>
|
||||
<#elseif itf.user??>
|
||||
- type: user
|
||||
device: ${ itf.tap.device.asString }
|
||||
device: ${ itf.user.device.asString }
|
||||
<#if itf.user.net??>
|
||||
net: "${ itf.user.net.asString }"
|
||||
</#if>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue