mirror of
https://github.com/netbirdio/gvisor.git
synced 2026-05-22 17:12:49 -07:00
Log unknown network protocol numbers
PiperOrigin-RevId: 460608202
This commit is contained in:
@@ -244,7 +244,7 @@ func logPacket(prefix string, dir direction, protocol tcpip.NetworkProtocolNumbe
|
||||
)
|
||||
return
|
||||
default:
|
||||
log.Infof("%s%s unknown network protocol", prefix, directionPrefix)
|
||||
log.Infof("%s%s unknown network protocol: %d", prefix, directionPrefix, protocol)
|
||||
return
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user