Hi, I'm using dnsmasq 2.52 but I cannot send an OUI as string: If I use --dhcp-option='vi-encap:3561, 1, 000001', it tries to send 000001 as number and NOT as string and if I use --dhcp-option='vi-encap:3561, 1, "000001"' it also sends the " characters. How can I do it? Thanks in advance