On Tue, Dec 21, 2021 at 12:40:25PM +0200, Stijn Tintel wrote: > Devices with interface names starting with a digit can not be configured > in flowtables. Trying to do so throws the following error: > > Error: syntax error, unexpected number, expecting comma or '}' > devices = { eth0, 6in4-wan6 }; > > This is however a perfectly valid interface name. Solve the issue by > allowing the use of quoted strings. Applied, thanks