On 10/13/2009 09:29 AM, Daniel P. Berrange wrote:
On Mon, Oct 12, 2009 at 10:46:52AM -0400, Cole Robinson wrote:
> Fix issue with delay/forwardDelay attribute, and add 'none' as a valid
> forward type.
'none' isn't a actually valid forward type. For disabling forwarding, the
<forward> element is omitted entirely.
Daniel
'none' is handled by the code though, and has the same effect as
omitting the <forward> block. Should that mean it belongs in the schema?
- Cole