+Wed Jun 3 15:44:55 CEST 2009 Daniel Veillard <veillard@redhat.com>
+
+ * src/network_driver.c: forbid set Autostart on transcient networks
+
Wed Jun 3 14:30:52 BST 2009 Daniel P. Berrange <berrange@redhat.com>
* src/vbox/vbox_tmpl.c: Switch to positional struct initializers
goto cleanup;
}
+ if (!network->persistent) {
+ networkReportError(net->conn, NULL, net, VIR_ERR_INTERNAL_ERROR,
+ "%s", _("cannot set autostart for transient network"));
+ goto cleanup;
+ }
+
autostart = (autostart != 0);
if (network->autostart != autostart) {