On Fri, May 19, 2017 at 09:03:19AM -0400, John Ferlan wrote:
> In order to privatize the virNetworkObj create accessors in virnetworkobj
> in order to handle the get/set of the active value.
>
> Also rather than an unsigned int, convert it to a boolean to match other
> drivers representation and t
In order to privatize the virNetworkObj create accessors in virnetworkobj
in order to handle the get/set of the active value.
Also rather than an unsigned int, convert it to a boolean to match other
drivers representation and the reality of what it is.
Signed-off-by: John Ferlan
---
src/conf/vi