Examples:
adminuser@vyos-vm# set vpp settings interface eth1 driver 'sh: -c: line 1: unexpected EOF while looking for matching `'' sh: -c: line 2: syntax error: unexpected end of file dpdk xdp [edit]
adminuser@vyos-vm# set system option performance 'sh: -c: line 1: unexpected EOF while looking for matching `'' sh: -c: line 2: syntax error: unexpected end of file network-latency network-throughput power-save virtual-guest virtual-host [edit]
Steps to reproduce1:
Please note: There is a single quote at the end
- Type: set vpp settings interface eth1 driver '
- Press TAB
Another issue is when configuration value (preceded by single quote) being autocompleted it adds a space at the end and such command fails with Invalid value error:
adminuser@vyos-vm# set system option performance 'network-latency ' Invalid value Value validation failed Set failed [edit]
Steps to reproduce2:
Please note: There is a single quote at the end
- Type: set system option performance 'network-l
- Press TAB
- Press Enter