Updating property name to openflowPorts
Change-Id: I7a589cc1ce2a9bae9fc48751fa81acc3c588d364
Showing
1 changed file
with
3 additions
and
3 deletions
... | @@ -97,9 +97,9 @@ public class OpenFlowControllerImpl implements OpenFlowController { | ... | @@ -97,9 +97,9 @@ public class OpenFlowControllerImpl implements OpenFlowController { |
97 | @Reference(cardinality = ReferenceCardinality.MANDATORY_UNARY) | 97 | @Reference(cardinality = ReferenceCardinality.MANDATORY_UNARY) |
98 | protected ComponentConfigService cfgService; | 98 | protected ComponentConfigService cfgService; |
99 | 99 | ||
100 | - @Property(name = "openflowPort", value = DEFAULT_OFPORT, | 100 | + @Property(name = "openflowPorts", value = DEFAULT_OFPORT, |
101 | - label = "Port number used by OpenFlow protocol; default is 6653") | 101 | + label = "Port numbers (comma separated) used by OpenFlow protocol; default is 6633,6653") |
102 | - private String openflowPort = DEFAULT_OFPORT; | 102 | + private String openflowPorts = DEFAULT_OFPORT; |
103 | 103 | ||
104 | @Property(name = "workerThreads", intValue = DEFAULT_WORKER_THREADS, | 104 | @Property(name = "workerThreads", intValue = DEFAULT_WORKER_THREADS, |
105 | label = "Number of controller worker threads; default is 16") | 105 | label = "Number of controller worker threads; default is 16") | ... | ... |
-
Please register or login to post a comment