french translation correction
This commit is contained in:
@ -922,6 +922,11 @@ class NetmaskOption(Option):
|
||||
val_netmask, self._name))
|
||||
|
||||
|
||||
class BroadcastOption(Option):
|
||||
def _validate(self, value):
|
||||
IP('{0}/32'.format(value))
|
||||
|
||||
|
||||
class DomainnameOption(Option):
|
||||
"represents the choice of a domain name"
|
||||
__slots__ = ('_type', '_allow_ip')
|
||||
|
Reference in New Issue
Block a user