Open shireenf-ibm opened 5 days ago
hi @adisos , according to this :
// Each item in Networks should be provided in the CIDR format and should be // IPv4 or IPv6, for example "10.0.0.0/8" or "fd00::/8".
I see that our peers are IPv4 addresses; but Does IPBlock support also IPv6? how to implement if the rule contains a CIDR with IPv6 format? should raise a warning ? or parse locally and convert to IPv4 (if possible?)
I see that our peers are IPv4 addresses; but Does IPBlock support also IPv6?
currently no
how to implement if the rule contains a CIDR with IPv6 format? should raise a warning ? or parse locally and convert to IPv4 (if possible?)
let's ignore IPv6 and raise a warning
extend the egress rulePeers (AdminNetworkPolicyEgressPeer) to support also Nodes and Networks fields.
[x] support Networks field ( []CIDR)
[ ] import/add logger to k8s pkg too: