Difference between revisions of "Plugins"

From VNUML-WIKI
Jump to: navigation, search
(New page: {{Title|VNUML Extension Plugins}} <span style="color:red"><strong>Under construction!</strong></span> Since VNUML 1.9 an extension plugins mechanism has been developed, so new functional...)
 
 
(3 intermediate revisions by 2 users not shown)
Line 11: Line 11:
  
 
* [[PluginOspfd|Ospfd]], to configure OSPF daemons in the virtual machines
 
* [[PluginOspfd|Ospfd]], to configure OSPF daemons in the virtual machines
 +
* [[PluginDhcp|Dhcp]], to provide DHCP capabilities in the virtual machines
 +
 +
Plugins code:
 +
* [[PluginsDummyCode|Dummy]]
 +
* [[PluginsDhcpCode|DHCP]]
 +
* [[PluginsOspfCode|OSPF]]

Latest revision as of 10:50, 21 July 2011

VNUML Extension Plugins

Under construction!

Since VNUML 1.9 an extension plugins mechanism has been developed, so new functionality can be added to create files and execute commands in the virtual machines. You can use the plugins included in the VNUML or develop your owns, using the VNUML plugins API.

Plugins included in the VNUML package:

  • Ospfd, to configure OSPF daemons in the virtual machines
  • Dhcp, to provide DHCP capabilities in the virtual machines

Plugins code: