mirror of
https://github.com/cloudnativelabs/kube-router.git
synced 2025-11-18 19:41:05 +01:00
Changes the custom import reject annotation support to not only block the given subnet exactly, but also all subnets of the subnet given. For example, this change blocks 10.100.100.0/24 when customimportreject annotation has 10.100.0.0/16 in it.