openvnet
openvnet copied to clipboard
Can't work dhcp service with option --type
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.
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.