Merge "Add the version parameter."

This commit is contained in:
Zuul 2021-05-05 12:06:22 +00:00 committed by Gerrit Code Review
commit d8cf65ddc9
1 changed files with 1 additions and 1 deletions

View File

@ -876,7 +876,7 @@ class HostDomain(HostAddress):
"""
super(HostDomain, self).__init__(type_name=type_name)
super(HostDomain, self).__init__(version=version, type_name=type_name)
def __call__(self, value):
"""Checks if is a valid IP/hostname.