When I configure water to be a TUN interface and try to print out Ethertype I receive this: Ethertype: 0a 01
I expect a hex similar to what water prints out when using a TAP interface on Linux. Eg: IPv4 = Ethertype{0x08, 0x00} similar to what the doc suggest.
Am I missing something?