typo, ipv6->ipv4

This commit is contained in:
Arceliar 2019-09-26 18:15:26 -05:00
parent e16d3efb0a
commit 0f99d590a1

View File

@ -194,7 +194,7 @@ func (tun *TunAdapter) _handlePacket(recvd []byte, err error) {
} else if bs[0]&0xf0 == 0x40 {
// Check if we have a fully-sized IPv4 header
if len(bs) < 20 {
tun.log.Traceln("TUN/TAP iface read undersized ipv6 packet, length:", len(bs))
tun.log.Traceln("TUN/TAP iface read undersized ipv4 packet, length:", len(bs))
return
}
// Check the packet size