yanet-platform / yanet

A high performance framework for forwarding traffic based on DPDK
Other
165 stars 17 forks source link

[DataPlane] Allow to reply with ICMP `time exceeded in transit` #63

Closed GeorgyKirichenko closed 9 months ago

GeorgyKirichenko commented 9 months ago

YANET does not respond with an appropriate ICMP response to ICMP packets with TTL=1, which makes YANET transparent to the "traceroute" utility. This behavior makes it difficult to resolve certain network problems, such as YANET and/or FireWall ruleset misconfiguration.

GeorgyKirichenko commented 9 months ago

I just realized this is duplicate for #57, closing.