Viranch Mehta
3 years ago
No known key found for this signature in database
GPG Key ID: D83D1392AE9F93B4
1 changed files with
0 additions and
3 deletions
-
octodns/record/subnet.py
|
|
|
@ -3,12 +3,9 @@ |
|
|
|
# |
|
|
|
|
|
|
|
import ipaddress |
|
|
|
from logging import getLogger |
|
|
|
|
|
|
|
|
|
|
|
class Subnets(object): |
|
|
|
log = getLogger('Subnets') |
|
|
|
|
|
|
|
@classmethod |
|
|
|
def validate(cls, subnet, prefix): |
|
|
|
''' |
|
|
|
|