I tried configure vti interface on rolling release VyOS 1.3-rolling-202012090217 and discovered bug:
`[edit]
[email protected]# set interfaces vti vti0 DEBUG vexit_internal: get_parsed_tmpl: failed to parse tmpl [/interfaces/vti/node.tag/ip]
DEBUG vexit_internal: get_parsed_tmpl: failed to parse tmpl [/interfaces/vti/node.tag/ip]
Possible completions:
<Enter> Execute the current command
`
I fixed this issue by:
`sudo su -
cat /opt/vyatta/share/vyatta-cfg/templates/interfaces/ethernet/node.tag/ip/node.def > /opt/vyatta/share/vyatta-cfg/templates/interfaces/vti/node.tag/ip/node.def
cat /opt/vyatta/share/vyatta-cfg/templates/interfaces/ethernet/node.tag/ipv6/node.def > /opt/vyatta/share/vyatta-cfg/templates/interfaces/vti/node.tag/ipv6/node.def`
If I copy-paste config, commands applyed. But bug lead to unsuccessfull load configuration on reboot.