4b6490c1a3d4ba01332cbaad61eaed4aa035a72b
[configmanager.git] / lib / cisco.plugin.php
1 <?php 
2
3 $HOST_TYPE["cisco"]["name"] = "Cisco";
4 $HOST_TYPE["cisco"]["configform"] = "somefuntion";
5 $HOST_TYPE["cisco"]["postfunction"] = "somefuntion";
6
7
8 ?>