Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TCP/IP: Add new reject mode - ICMP administratively prohibited #1774

Closed
sfionov opened this issue Jun 19, 2023 · 0 comments
Closed

TCP/IP: Add new reject mode - ICMP administratively prohibited #1774

sfionov opened this issue Jun 19, 2023 · 0 comments

Comments

@sfionov
Copy link
Member

sfionov commented Jun 19, 2023

This will result in more correct code reported to application.

ICMPv4 type is destination unreachable
ICMPv4 code is 10 (host-admin-prohibited) or 13 (admin-prohibited): https://www.iana.org/assignments/icmp-parameters/icmp-parameters.xhtml

ICMPv6 type is destination unreachable
ICMPv6 code is 1 (admin-prohibited): https://www.iana.org/assignments/icmpv6-parameters/icmpv6-parameters.xhtml

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants