Skip to content
  • Daniel P. Berrangé's avatar
    Remove illegal values in nwfilter test XML/firewall files · b32490de
    Daniel P. Berrangé authored
    
    
    A number of the nwfilter XML files have attribute values
    which are out of range. Previously the libvirt nwfilter
    XML parser would silently ignore illegal values, causing
    them to default to 0. This resulted in creating incorrect
    iptables rules, which the TCK suite then validated as
    correct. Current libvirt returns a hard error for illegal
    XML values. To address this we either change the attribute
    values to be valid, or delete the bogus rules entirely if
    they are duplicates of other existing valid rules.
    
    Signed-off-by: default avatarDaniel P. Berrange <berrange@redhat.com>
    b32490de