On a Monday in 2022, Peter Krempa wrote:
The loop inside virNetDevVlanParse fetches multiple attributes from
the
element. Convert it to use the virXMLProp* helpers, which also
simplifies error reporting.
Signed-off-by: Peter Krempa <pkrempa(a)redhat.com>
---
src/conf/netdev_vlan_conf.c | 39 ++++++++++++++++---------------------
1 file changed, 17 insertions(+), 22 deletions(-)
Reviewed-by: Ján Tomko <jtomko(a)redhat.com>
Jano