Skip to content

Commit f4148e4

Browse files
committed
[schema] Removed "txqueuelen" from interface definition
Removed because unimplemented and not useful at the moment.
1 parent f742ad7 commit f4148e4

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

netjsonconfig/schema.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,6 @@
3333
"default": 1500,
3434
"propertyOrder": 3,
3535
},
36-
"txqueuelen": {
37-
"type": "integer",
38-
"propertyOrder": 4,
39-
},
4036
"autostart": {
4137
"type": "boolean",
4238
"default": True,

0 commit comments

Comments
 (0)