Allow to configure number of threads used by Netty's EventLoopGroups
[openflowjava.git] / openflow-protocol-impl / src / main / yang / openflow-switch-connection-provider-impl.yang
index fe19560c0018b34fb6eef9e8626159861bed78d2..dbc48866b02d1aed551d2382111d84122ed56939 100644 (file)
@@ -79,6 +79,14 @@ module openflow-switch-connection-provider-impl {
                     type string;
                 }
             }
+            container threads {
+                leaf boss-threads {
+                    type uint16;
+                }
+                leaf worker-threads {
+                    type uint16;
+                }
+            }
         }
     }
 }
\ No newline at end of file