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

Implement configurable GTP path ICMP error behaviour #314

Closed
vkatsuba opened this issue Feb 1, 2021 · 0 comments · Fixed by #315
Closed

Implement configurable GTP path ICMP error behaviour #314

vkatsuba opened this issue Feb 1, 2021 · 0 comments · Fixed by #315
Labels
feature 🚀 Feature Request

Comments

@vkatsuba
Copy link
Contributor

vkatsuba commented Feb 1, 2021

erGW version

2.8.5

Description

Current behavior

ICMP error packets immediately remove all the contexts bound to the path without the possibility to influence the behaviour.

Expected behavior

erGW has a configuration option in the path_management configuration section that allows the choice of action in case of ICMP errors from the following possibilities:

  • immediate : (default) which it the current behaviour of the system
  • ignore : ignore the ICMP error and rely only on path failure detection based on echo messages

The name of the new configuration could be icmp_error_handling.

Example of new option:

{path_management, [
    {icmp_error_handling, ignore}
]}
@vkatsuba vkatsuba added the feature 🚀 Feature Request label Feb 1, 2021
@vkatsuba vkatsuba linked a pull request Feb 2, 2021 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature 🚀 Feature Request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant