Gday Lantis,
Running 1.14 on one of my Netgear WNDR3800.
Tested it originally with my ISP and IPV6 works as expected, thought to try it with my mobile, I have IPV4, but IPV6 does not seem to work via Gargoyle, if I plug the phone into the VM directly IPV6 seems work normally. Something I have noticed on the VM is ipconfig has no 2001... IPV6 address, just some *I believe non routable) fdd1... IPV6 address's, when its connected via Gargoyle. But when the VM is connected directly to the phone the 2001.. IPV6 address's are there.
This is my network file contents
config interface 'loopback'
option ifname 'lo'
option proto 'static'
option ipaddr '127.0.0.1'
option netmask '255.0.0.0'
config globals 'globals'
option ula_prefix 'fdd1:b3b9

:/48'
config interface 'lan'
option type 'bridge'
option ifname 'eth0.1'
option proto 'static'
option ipaddr '172.16.0.254'
option netmask '255.255.255.0'
option ip6assign '60'
option device 'br-lan'
option ip6ifaceid '::1'
option dns '172.16.0.254'
config device 'lan_eth0_dev'
option name 'eth0'
option macaddr '0a:bd:43:b0:ac:35'
config interface 'wan'
option ifname 'eth1.2'
option ipv6 '1'
option device 'usb0'
option proto 'dhcp'
config interface 'wan6'
option ifname 'eth1.2'
option proto 'dhcpv6'
option device 'usb0'
config switch
option name 'switch0'
option reset '1'
option enable_vlan '1'
option blinkrate '2'
config switch_vlan
option device 'switch0'
option vlan '1'
option ports '0 1 2 3 5t'
config switch_vlan
option device 'switch0'
option vlan '2'
option ports '5t'
config switch_port
option device 'switch0'
option port '1'
option led '6'
config switch_port
option device 'switch0'
option port '2'
option led '9'
config switch_port
option device 'switch0'
option port '5'
option led '2'
config device 'brlan_dev'
option name 'br-lan'
option type 'bridge'
list ports 'eth0'
config device 'wan_eth1_dev'
option name 'eth1'
option macaddr '08:bd:43:b0:ac:36'