AltraMayor/gatekeeper

Use l_lpm_lookup to query the policy id, and the maximum integer value is 2147483647. Is it normal?

ShawnLeung87 opened this issue · 2 comments

In the current program version, lpm is replaced by the fib method to query the policy id. When the prefix does not exist, the maximum integer value 2147483647 will be returned. This situation will not occur in the old version of the lpm method

Thank you for reporting this bug.

Could you test pull request #633 to make sure it solves this issue?

The return value is already normal, the same as the return value of the previous version

Thank you for reporting this bug.

Could you test pull request #633 to make sure it solves this issue?