gk: eliminate parameters max number of fib entries#447
Merged
AltraMayor merged 2 commits intoAltraMayor:masterfrom Dec 16, 2020
Merged
gk: eliminate parameters max number of fib entries#447AltraMayor merged 2 commits intoAltraMayor:masterfrom
AltraMayor merged 2 commits intoAltraMayor:masterfrom
Conversation
This patch closes AltraMayor#440.
AltraMayor
added a commit
that referenced
this pull request
Dec 17, 2020
Pull request #447 introduced a bug that leads to a segmentation fault during the initialization when only IPv4 or only IPv6 is set up but the parameter gk_conf->max_num_ipv4_rules or gk_conf->max_num_ipv6_rules of the disable stack is not zero. See init_fib_tbl() in gk/fib.c for details. This patch fixes the bug and adds warning messages and an assert to the code.
mengxiang0811
added a commit
to mengxiang0811/gatekeeper
that referenced
this pull request
Jan 10, 2022
gk: eliminate parameters max number of fib entries This patch closes AltraMayor#440.
mengxiang0811
pushed a commit
to mengxiang0811/gatekeeper
that referenced
this pull request
Jan 10, 2022
Pull request AltraMayor#447 introduced a bug that leads to a segmentation fault during the initialization when only IPv4 or only IPv6 is set up but the parameter gk_conf->max_num_ipv4_rules or gk_conf->max_num_ipv6_rules of the disable stack is not zero. See init_fib_tbl() in gk/fib.c for details. This patch fixes the bug and adds warning messages and an assert to the code.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This patch closes #440.