diff --git a/netjsonconfig/schema.py b/netjsonconfig/schema.py index 495db4873..172bb2efd 100644 --- a/netjsonconfig/schema.py +++ b/netjsonconfig/schema.py @@ -30,7 +30,9 @@ }, "mtu": { "type": "integer", + "title": "MTU", "default": 1500, + "minimum": 68, "propertyOrder": 3, }, "autostart": {