You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the BR discards the packet that cause an error on the WriteBatch operation https://github.com/scionproto/scion/blob/v0.11.0/router/dataplane.go#L959-L963. This was introduced by #4351 and discussed here. As discussed, it isn't trivial to handle any potential errors, but perhaps we can handle some, e.g., if we get this type of error err": "write udp [fd00:f00d:cafe::7f00:12]:31004: sendmmsg: network is unreachable"} we could handle it and generate the appropriate SCMP Destination Unreachable error which would be useful for the remote sender to understand that the SCION host she/he cannot use such a path to reach the destination host.
The text was updated successfully, but these errors were encountered:
Currently the BR discards the packet that cause an error on the WriteBatch operation https://github.com/scionproto/scion/blob/v0.11.0/router/dataplane.go#L959-L963. This was introduced by #4351 and discussed here. As discussed, it isn't trivial to handle any potential errors, but perhaps we can handle some, e.g., if we get this type of error
err": "write udp [fd00:f00d:cafe::7f00:12]:31004: sendmmsg: network is unreachable"}
we could handle it and generate the appropriate SCMP Destination Unreachable error which would be useful for the remote sender to understand that the SCION host she/he cannot use such a path to reach the destination host.The text was updated successfully, but these errors were encountered: