RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Bug 2029647 - The flag Sys::Virt::NWFilterBinding::CREATE_VALIDATE does not work
Summary: The flag Sys::Virt::NWFilterBinding::CREATE_VALIDATE does not work
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat Enterprise Linux 8
Classification: Red Hat
Component: perl-Sys-Virt
Version: 8.6
Hardware: Unspecified
OS: Linux
unspecified
unspecified
Target Milestone: rc
: 8.6
Assignee: Daniel Berrangé
QA Contact: yicui
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2021-12-07 01:02 UTC by yicui
Modified: 2022-05-10 13:43 UTC (History)
5 users (show)

Fixed In Version: perl-Sys-Virt-7.10.0-1.module+el8.6.0+13586+f7660a75
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2022-05-10 13:24:19 UTC
Type: Bug
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Issue Tracker RHELPLAN-104918 0 None None None 2021-12-07 01:05:45 UTC

Description yicui 2021-12-07 01:02:08 UTC
Description of problem:
Unable to validate xml when creating nwfilter_binding with Sys::Virt::NWFilterBinding::CREATE_VALIDATE flag.

Version-Release number of selected component (if applicable):
perl-Sys-Virt-7.8.0-1.module+el8.6.0+13062+b4fa4cf3.x86_64
libvirt-7.9.0-1.module+el8.6.0+13150+28339563.x86_64
qemu-kvm-6.1.0-5.module+el8.6.0+13430+8fdd5f85.x86_64


How reproducible:
100%

Steps to Reproduce:
1.Run $conn->create_nwfilter_binding($err_xml, Sys::Virt::NWFilterBinding::CREATE_VALIDATE)

Or run below script:
================
# -*- perl -*-

use Sys::Virt;
my $conn = Sys::Virt->new();
my $err_xml= <<EOF;
  <filterbinding>
   <owner>
    <uuid>dd7949ca-ddcc-4f91-8808-e6e9844650e5</uuid>
   </owner>
   <portdev name='vnet1'/>
  </filterbinding>
EOF

my $res = $conn->create_nwfilter_binding($err_xml, Sys::Virt::NWFilterBinding::CREATE_VALIDATE);
================

Actual results:
The xml was not validated:
==
perl test.pl 
libvirt error code: 1, message: internal error: filter binding has no owner name


Expected results:
It should raise Sys::Virt::Error::ERR_INVALID_SCHEMA.

Additional info:
It works with below changes:
====================
# diff  /usr/lib64/perl5/vendor_perl/Sys/Virt/NWFilterBinding.pm /tmp/NWFilterBinding.pm 
52c52
< 	$self = Sys::Virt::NWFilterBinding::_create_xml($con,  $params{xml}, $params{flags});
---
> 	$self = Sys::Virt::NWFilterBinding::_create_xml($con,  $params{xml});

====================
# perl test.pl 
libvirt error code: 92, message: XML document failed to validate against schema: Unable to validate doc against /usr/share/libvirt/schemas/nwfilterbinding.rng
Expecting element name, got uuid
Element owner failed to validate content
Expecting an element mac, got nothing
Invalid sequence in interleave
Element filterbinding failed to validate content

Comment 1 Daniel Berrangé 2021-12-07 09:25:22 UTC
Fix posted to https://gitlab.com/libvirt/libvirt-perl/-/merge_requests/48

Comment 2 John Ferlan 2021-12-07 19:01:45 UTC
Moving to RHEL 8.6 for resolution as there is no specific RHEL-AV product for 8.6.0

The flags are going to be messed up and will need to reset - especially qa_ack+

Comment 5 yicui 2021-12-17 05:49:40 UTC
Verified on perl-Sys-Virt-7.10.0-1.module+el8.6.0+13586+f7660a75.x86_64, it works well.
# perl test.pl 
libvirt error code: 92, message: XML document failed to validate against schema: Unable to validate doc against /usr/share/libvirt/schemas/nwfilterbinding.rng
Expecting element name, got uuid
Element owner failed to validate content
Expecting an element mac, got nothing
Invalid sequence in interleave
Element filterbinding failed to validate content

Comment 10 yicui 2022-01-06 01:04:22 UTC
Verified on perl-Sys-Virt-7.10.0-1.module+el8.6.0+13586+f7660a75.x86_64, pls check test results in https://bugzilla.redhat.com/show_bug.cgi?id=2029647#c5

Comment 12 errata-xmlrpc 2022-05-10 13:24:19 UTC
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.

For information on the advisory (Moderate: virt:rhel and virt-devel:rhel security, bug fix, and enhancement update), and where to find the updated
files, follow the link below.

If the solution does not work for you, open a new bug report.

https://access.redhat.com/errata/RHSA-2022:1759


Note You need to log in before you can comment on or make changes to this bug.