Bugfix: Exception when adding static host 02/1102/4
authorYevgeny Khodorkovsky <ykhodork@cisco.com>
Thu, 5 Sep 2013 01:33:11 +0000 (18:33 -0700)
committerYevgeny Khodorkovsky <ykhodork@cisco.com>
Thu, 5 Sep 2013 05:12:52 +0000 (22:12 -0700)
commit40619b901798f1cea1f7baee820780b5b65d7bb8
tree4281fcbea711201fb2d063b837ab2ef0435fca70
parentf8815d752083c207a66f29e4e7afa45f2823afb2
Bugfix: Exception when adding  static host

- Fix NumberFormatException when adding static host
  through REST API with no vlan configured.
- Add IT to verify this
- Clean up Host Tracker REST API

Change-Id: Iefc672a0a978640ca47903f20962f150298ba11c
Signed-off-by: Yevgeny Khodorkovsky <ykhodork@cisco.com>
opendaylight/hosttracker/api/src/main/java/org/opendaylight/controller/hosttracker/IfIptoHost.java
opendaylight/hosttracker/implementation/src/main/java/org/opendaylight/controller/hosttracker/internal/HostTracker.java
opendaylight/hosttracker/integrationtest/src/test/java/org/opendaylight/controller/hosttracker/internal/HostTrackerIT.java
opendaylight/northbound/commons/src/main/java/org/opendaylight/controller/northbound/commons/RestMessages.java
opendaylight/northbound/hosttracker/src/main/java/org/opendaylight/controller/hosttracker/northbound/HostTrackerNorthbound.java
opendaylight/northbound/integrationtest/src/test/java/org/opendaylight/controller/northbound/integrationtest/NorthboundIT.java