]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Ensure guestfwd address is IPv4 and various cleanups
authorMatthew Booth <mbooth@redhat.com>
Thu, 5 Nov 2009 15:04:34 +0000 (16:04 +0100)
committerDaniel Veillard <veillard@redhat.com>
Thu, 5 Nov 2009 15:04:34 +0000 (16:04 +0100)
commit3023ec5ee78ce2e5a3797b7ba5d108847b567894
treeebd5c006f7ab1bbe6c1af44c60a48cbe07148d98
parentbea92f968e478c7cf8054f408463c6cbf8cb70ba
Ensure guestfwd address is IPv4 and various cleanups

* include/libvirt/virterror.h src/util/virterror.c: add a new error
  VIR_ERR_CONFIG_UNSUPPORTED for valid but unsupported configuration options
* src/conf/domain_conf.c: Throw an error if guestfwd address isn't IPv4
  and cleanup a number of parsing return error values.
include/libvirt/virterror.h
src/conf/domain_conf.c
src/util/virterror.c