Cisco Rest Driver change class name because confusing information

Change-Id: Ibc1f5019a610fb994dc355b059eaf4d312015247
diff --git a/drivers/cisco/rest/src/main/resources/cisco-rest-drivers.xml b/drivers/cisco/rest/src/main/resources/cisco-rest-drivers.xml
index b201fd7..4c97f7f 100644
--- a/drivers/cisco/rest/src/main/resources/cisco-rest-drivers.xml
+++ b/drivers/cisco/rest/src/main/resources/cisco-rest-drivers.xml
@@ -21,8 +21,8 @@
         <behaviour api="org.onosproject.net.behaviour.ControllerConfig"
                    impl="org.onosproject.drivers.cisco.rest.ControllerConfigCiscoImpl"/>
         <behaviour api="org.onosproject.net.device.DeviceDescriptionDiscovery"
-                   impl="org.onosproject.drivers.cisco.rest.DeviceDescriptionDiscoveryCisco9kImpl"/>
+                   impl="org.onosproject.drivers.cisco.rest.DeviceDescriptionDiscoveryCiscoImpl"/>
         <behaviour api="org.onosproject.net.behaviour.LinkDiscovery"
-                   impl="org.onosproject.drivers.cisco.rest.LinkDiscoveryCisco9kImpl"/>
+                   impl="org.onosproject.drivers.cisco.rest.LinkDiscoveryCiscoImpl"/>
     </driver>
 </drivers>