]> git.ipfire.org Git - thirdparty/libvirt.git/commit
RNG: Allow multiple parameters to be passed to an interface filter
authorMichal Privoznik <mprivozn@redhat.com>
Wed, 11 Mar 2015 08:54:29 +0000 (09:54 +0100)
committerCole Robinson <crobinso@redhat.com>
Tue, 28 Apr 2015 15:06:40 +0000 (11:06 -0400)
commit193b057352fddf7910eb3ccf1b027ee44aebb417
treeb67bb07c7996443ed2cde7cafa37732640f87c5d
parent3db520d9dbbd5b38705b8b0685acd2c336a4a904
RNG: Allow multiple parameters to be passed to an interface filter

Our code supports that for ages. When using a <filterref/> to an
<interface/> several parameters can be passed to the filter. Later,
when building firewall rules, parameters are substituted for their
values. However, our RNG schema allowed only one parameter to be
passed.

Reported-by: Brian Rak <brak@gameservers.com>
Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
(cherry picked from commit 6cc5080a099a650c6cd98662219bfc5c9af153d7)
docs/schemas/domaincommon.rng
tests/domainschemadata/domain-qemu-interface-filterref.xml [new file with mode: 0644]