mirror of https://github.com/chaos-mesh/chaosd.git
Merge branch 'add-tests' of https://github.com/ClSlaid/chaosd into add-tests
This commit is contained in:
commit
a8a0a5c11b
|
@ -27,7 +27,6 @@ func IPToCidr(ip string) string {
|
|||
if net.ParseIP(ip).To4() != nil {
|
||||
return ip + "/32"
|
||||
}
|
||||
|
||||
return ip + "/128"
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue