diff --git a/netjsonconfig/schema.py b/netjsonconfig/schema.py index 077f03676..266efa620 100644 --- a/netjsonconfig/schema.py +++ b/netjsonconfig/schema.py @@ -70,9 +70,7 @@ "default": 24, }, "gateway": { - "minLength": 8, "maxLength": 16, - "format": "ipv4", } } } @@ -104,9 +102,7 @@ "default": 64, }, "gateway": { - "minLength": 3, "maxLength": 45, - "format": "ipv6", } } }