search for: full_rang

Displaying 1 result from an estimated 1 matches for "full_rang".

Did you mean: full_range
2019 Jun 08
2
[Bug 1342] New: IPv6 NAT translates to addresses outside of specified range
...e specified range. This is the code in find_best_ips_proto() in nf_nat_core.c. It assumes that in each u32 of the IPv6 address, the minimum value is not larger than the maximum, even though that is only required for the most significant u32 of the address. It also assumes the minimum will be zero (full_range) whenever the previously chosen u32 was not the maximum, which may not be true when the previous chosen u32 was the minimum. It might not be that unreasonable to just refuse IPV6 NAT ranges that split like this, but in that case it should be documented and there should be an error when you try to...