kamene
kamene copied to clipboard
Fix regex pattern of IPv6 address.
In IPv6 class, previous pattern doesn't match fe80::1/64, but this pattern is valid. So I add new pattern for subnet and this matches fe80::1/64.
This is not error now but wrong, so I fixed.