netty5/handler/src
skyguard1 dbf56c527d
Fix IpSubnetFilterRule with IPv6 Default Route does not accept all IPv6 addresses (#11351)
Motivation:

In this issue(https://github.com/netty/netty/issues/11349 ),IpSubnetFilterRule needs to support ipv6 reserved addresses, such as 8000::, but the current implementation does not support

Modification:

Added support for default rule

Result:

Fixes https://github.com/netty/netty/issues/11349

Signed-off-by: xingrufei <xingrufei@sogou-inc.com>
2021-06-07 08:06:52 +02:00
..
main Fix IpSubnetFilterRule with IPv6 Default Route does not accept all IPv6 addresses (#11351) 2021-06-07 08:06:52 +02:00
test Fix IpSubnetFilterRule with IPv6 Default Route does not accept all IPv6 addresses (#11351) 2021-06-07 08:06:52 +02:00