We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f7ebfd commit e10c52eCopy full SHA for e10c52e
tests/simple/testdata/network_ext.textproto
@@ -391,11 +391,6 @@ section {
391
expr: "cidr('2001:db8::/32').containsCIDR(cidr('2001:db8::/33'))"
392
value: { bool_value: true }
393
}
394
- test {
395
- name: "cidr_ipv4_contains_ip_ipv6_object"
396
- expr: "cidr('192.168.0.0/24').containsIP(ip('2001:db8::1'))"
397
- value: { bool_value: false }
398
- }
399
test {
400
name: "cidr_get_ip_ipv6"
401
expr: "cidr('2001:db8::/32').ip() == ip('2001:db8::')"
0 commit comments