10456 questions
12456 answers
19379 comments
21880 members
That's strange indeed. Maybe you'll need to add an explicit rule soon enough in ipatbles to accept udp/67 packets so they will not be forwarded to the remote end of the tunnel ?
If so add to /etc/config/firewall, at the beginning of the file:
config rule option name 'Allow-DHCP' option src 'lan' option proto 'udp' option dest_port '67' option target 'ACCEPT' option family 'ipv4'