Merge "creating a default subnet"
[controller.git] / opendaylight / northbound / hosttracker / src / main / java / org / opendaylight / controller / hosttracker / northbound / HostTrackerNorthbound.java
index 12a49f0996b2652123ce0eb810a5c685801dbf26..74c13d11f129943ba45e449411adfbc9f09d41e3 100644 (file)
@@ -394,8 +394,8 @@ public class HostTrackerNorthbound {
      *  <nodeId>00:00:00:00:00:00:00:01</nodeId>
      *  <nodeConnectorType>OF</nodeConnectorType>
      *  <nodeConnectorId>9</nodeConnectorId>
-     *  <vlan>0</vlan>
-     *  <staticHost>false</staticHost>
+     *  <vlan>1</vlan>
+     *  <staticHost>true</staticHost>
      * </hostConfig>
      *
      * Request body in JSON:
@@ -406,8 +406,8 @@ public class HostTrackerNorthbound {
      *  "nodeId":"00:00:00:00:00:00:00:01",
      *  "nodeConnectorType":"OF",
      *  "nodeConnectorId":"9",
-     *  "vlan":"0",
-     *  "staticHost":"false",
+     *  "vlan":"1",
+     *  "staticHost":"true",
      *  "networkAddress":"1.1.1.1"
      * }
      * </pre>