axsh / openvnet

Data Center Level Virtual Network Toolkit based on Edge Overlaid Network using OpenFlow 1.3.
http://openvnet.org
GNU Lesser General Public License v3.0
75 stars 18 forks source link

Can't work dhcp service with option --type #541

Open itouri opened 7 years ago

itouri commented 7 years ago

Command writed on Create the DHCP service can't work. vnctl network-services add --uuid ns-dhcp --interface-uuid if-dhcp --type dhcp

Dhcp server not working with option --type. But, working configure with option --mode dhcp.

Metallion commented 7 years ago

Upon further investigation, it became clear that it is just the deprecated code that has been deleted in the most recent develop but the documentation has not been updated.

The documentation is currently being updated. It might be a good idea to turn mode into a required parameter too.