
24 Jun
2016
24 Jun
'16
1:49 p.m.
On 06/22/2016 01:37 PM, Laine Stump wrote:
a.k.a. <hostdev mode='capabilities' type='net'>.
This replaces the existing nips, ips, nroutes, and routes with a single virNetDevIPInfo, and simplifies the code by calling that object's parse/format/clear functions instead of open coding. --- docs/schemas/domaincommon.rng | 22 +----------- src/conf/domain_conf.c | 80 ++++++------------------------------------- src/conf/domain_conf.h | 7 ++-- src/lxc/lxc_controller.c | 2 +- src/lxc/lxc_native.c | 18 +++++----- 5 files changed, 24 insertions(+), 105 deletions(-)
ACK - John